summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_06_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_06_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_06_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Compiler_Features_06_Test.cpp b/ACE/tests/Compiler_Features_06_Test.cpp
index c5991bc54cb..7a4c6baf60b 100644
--- a/ACE/tests/Compiler_Features_06_Test.cpp
+++ b/ACE/tests/Compiler_Features_06_Test.cpp
@@ -19,12 +19,12 @@
// does not compile the platform is just too broken.
#include <set>
-ACE_RCSID(tests, Compiler_Features_04_Test, "$Id$")
+ACE_RCSID(tests, Compiler_Features_06_Test, "$Id$")
int
run_main (int, ACE_TCHAR *[])
{
- ACE_START_TEST (ACE_TEXT("Compiler_Features_04_Test"));
+ ACE_START_TEST (ACE_TEXT("Compiler_Features_06_Test"));
// As usual, the exit status from the test is 0 on success, 1 on
// failure