diff options
Diffstat (limited to 'tests/Time_Value_Test.cpp')
-rw-r--r-- | tests/Time_Value_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index ff7db03344c..fcce2d43f6f 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -24,7 +24,7 @@ int main (int, char *argv[]) { - ACE_START_TEST ("Time_Value_Test.cpp"); + ACE_START_TEST ("Time_Value_Test"); ACE_Time_Value tv1; ACE_Time_Value tv2 (2); |