summaryrefslogtreecommitdiff
path: root/tests/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.h')
-rw-r--r--tests/test_config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_config.h b/tests/test_config.h
index 21ff4cdf67c..a4ce5eb0b2c 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -19,9 +19,6 @@
#ifndef ACE_TEST_CONFIG_H
#define ACE_TEST_CONFIG_H
-// This first #undef protects against command-line definitions.
-#undef ACE_NDEBUG
-
#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -33,6 +30,8 @@
#undef ACE_NLOGGING
#endif /* ACE_NLOGGING */
+// This first #undef protects against command-line definitions.
+#undef ACE_NDEBUG
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Log_Msg.h"