1
0
forked from 0ad/0ad

Fix tests on Linux

This was SVN commit r7195.
This commit is contained in:
Ykkrosh 2009-11-13 20:51:04 +00:00
parent 6c8c99a107
commit af8d7ce98d

View File

@ -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