summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_26_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-09-16 06:53:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-09-16 06:53:23 +0000
commiteb65ec7df3fa3633a767dc3494d30b0a65effede (patch)
treea8dd84ba2a4f2c034fb1ce80440416fc312c2703 /ACE/tests/Compiler_Features_26_Test.cpp
parentd8e2fa58d3c48ad8d90772ff65511573abef5755 (diff)
downloadATCD-eb65ec7df3fa3633a767dc3494d30b0a65effede.tar.gz
Mon Sep 16 06:53:47 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_26_Test.cpp: Fixed test macro in case of no C++11 features
Diffstat (limited to 'ACE/tests/Compiler_Features_26_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_26_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_26_Test.cpp b/ACE/tests/Compiler_Features_26_Test.cpp
index 878dc5df6b8..d1f9322e1ec 100644
--- a/ACE/tests/Compiler_Features_26_Test.cpp
+++ b/ACE/tests/Compiler_Features_26_Test.cpp
@@ -81,7 +81,7 @@ run_main (int, ACE_TCHAR *[])
int
run_main (int, ACE_TCHAR *[])
{
- ACE_START_TEST (ACE_TEXT("Compiler_Features_25_Test"));
+ ACE_START_TEST (ACE_TEXT("Compiler_Features_26_Test"));
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("No C++11 support enabled\n")));