changeset 226 | 4c9d85f5dc93 |
parent 209 | 765619b7cbb2 |
child 277 | 7abfb55f1ecc |
1.1 --- a/test/error_test.cc Thu Jul 17 17:39:53 2008 +0200 1.2 +++ b/test/error_test.cc Fri Jul 18 16:47:27 2008 +0100 1.3 @@ -31,6 +31,10 @@ 1.4 #undef LEMON_DISABLE_ASSERTS 1.5 #endif 1.6 1.7 +#ifdef NDEBUG 1.8 +#undef NDEBUG 1.9 +#endif 1.10 + 1.11 //checking disabled asserts 1.12 #define LEMON_DISABLE_ASSERTS 1.13 #include <lemon/assert.h>