From af8d7ce98dd596afe26e23aead3811419d2c209d Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 13 Nov 2009 20:51:04 +0000 Subject: [PATCH] Fix tests on Linux This was SVN commit r7195. --- source/lib/tests/test_secure_crt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/tests/test_secure_crt.h b/source/lib/tests/test_secure_crt.h index 05641549e1..f2d1579f69 100644 --- a/source/lib/tests/test_secure_crt.h +++ b/source/lib/tests/test_secure_crt.h @@ -167,7 +167,7 @@ public: SuppressErrors suppress; #if EMULATE_SECURE_CRT -# define SKIP_ERRORS(err) debug_SkipErrors(ERR::INVALID_PARAM) +# define SKIP_ERRORS(err) debug_SkipErrors(err) # define STOP_SKIPPING_ERRORS(expectedCount) TS_ASSERT_EQUALS(debug_StopSkippingErrors(), (size_t)expectedCount) #else # define SKIP_ERRORS(err) (void)0