summaryrefslogtreecommitdiff
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
commit8b6037d2fe55fe9c93714d8366dbc492666f97b4 (patch)
treea8dd84ba2a4f2c034fb1ce80440416fc312c2703
parent3d61aa410309a1f183625db29799f52bfeba5fd1 (diff)
downloadATCD-8b6037d2fe55fe9c93714d8366dbc492666f97b4.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
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/tests/Compiler_Features_26_Test.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 3390ad080c0..6dd186a7c90 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+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
+
Fri Sep 13 10:16:32 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html:
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")));