diff options
Diffstat (limited to 'tests/Timer_Queue_Test.cpp')
-rw-r--r-- | tests/Timer_Queue_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp index eff61fbfc00..f305fcf45a0 100644 --- a/tests/Timer_Queue_Test.cpp +++ b/tests/Timer_Queue_Test.cpp @@ -37,7 +37,7 @@ public: int main (int, char *argv[]) { - ACE_START_TEST ("Timer_Queue_Test.cpp"); + ACE_START_TEST ("Timer_Queue_Test"); ACE_Timer_Queue tq; Example_Handler eh; |