summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_23_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_23_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_23_Test.cpp19
1 files changed, 2 insertions, 17 deletions
diff --git a/ACE/tests/Compiler_Features_23_Test.cpp b/ACE/tests/Compiler_Features_23_Test.cpp
index 688c0a37bd9..711e46fb231 100644
--- a/ACE/tests/Compiler_Features_23_Test.cpp
+++ b/ACE/tests/Compiler_Features_23_Test.cpp
@@ -5,8 +5,6 @@
#include "test_config.h"
-#if defined (ACE_HAS_CPP11)
-
#include <array>
#include <string>
#include <cstdint>
@@ -40,22 +38,9 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("Compiler Feature 23 Test does compile and run.\n")));
- ACE_END_TEST;
-
- return 0;
-}
-
-#else
-int
-run_main (int, ACE_TCHAR *[])
-{
- ACE_START_TEST (ACE_TEXT("Compiler_Features_23_Test"));
-
- ACE_DEBUG ((LM_INFO,
- ACE_TEXT ("No C++11 support enabled\n")));
+ ACE_UNUSED_ARG(x);
ACE_END_TEST;
+
return 0;
}
-
-#endif