diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-13 22:14:46 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-13 22:14:46 +0000 |
commit | 8bfeac1c4e4c46326c7f44ffb9387b2f452a83ed (patch) | |
tree | 071c59f54c5f6357f9e50cce085dc8e046d370cc /tests/test_config.h | |
parent | 664a47715c9d87876457d145c026939a73863fa5 (diff) | |
download | ATCD-8bfeac1c4e4c46326c7f44ffb9387b2f452a83ed.tar.gz |
We need to undefine ACE_NDEBUG here
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index 47153a4b6c6..7d004dec2ad 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -14,6 +14,9 @@ #if !defined (ACE_TEST_CONFIG_H) #define ACE_TEST_CONFIG_H +#undef ACE_NDEBUG +#include "ace/OS.h" + #if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) # include /**/ <iostream.h> # include /**/ <fstream.h> |