diff options
Diffstat (limited to 'tests/CPP_Test.cpp')
-rw-r--r-- | tests/CPP_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CPP_Test.cpp b/tests/CPP_Test.cpp index b2ef25a9f48..fed43aaa5b2 100644 --- a/tests/CPP_Test.cpp +++ b/tests/CPP_Test.cpp @@ -252,7 +252,7 @@ spawn (void) int main (int, char *argv[]) { - ACE_START_TEST ("CPP_Test.cpp"); + ACE_START_TEST ("CPP_Test"); spawn (); |