diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 15:56:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 15:56:42 +0000 |
commit | 4ee7ca2dceb83ca474c65b2697cae872c3954cf4 (patch) | |
tree | dc6bf4294c972c4c780e5270576902faea1263a3 /tests/Timer_Queue_Test.cpp | |
parent | e65820aef392ba1c4faac7e30f702d5c1cbefd09 (diff) | |
download | ATCD-4ee7ca2dceb83ca474c65b2697cae872c3954cf4.tar.gz |
removed .cpp from ACE_START_TEST call
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; |