diff options
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index 565a13a7716..a61f92b22eb 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -192,7 +192,7 @@ produce (Thread_Pool &thread_pool) int main (int argc, char *argv[]) { - ACE_START_TEST ("Thread_Pool_Test.cpp"); + ACE_START_TEST ("Thread_Pool_Test"); #if defined (ACE_HAS_THREADS) int n_threads = ACE_MAX_THREADS; |