diff options
Diffstat (limited to 'tests/Timeprobe_Test.cpp')
-rw-r--r-- | tests/Timeprobe_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Timeprobe_Test.cpp b/tests/Timeprobe_Test.cpp index 9fb2ab7a77d..ec30b4af233 100644 --- a/tests/Timeprobe_Test.cpp +++ b/tests/Timeprobe_Test.cpp @@ -96,9 +96,9 @@ int static_singleton_creator = create_singleton (); #endif /* ! ACE_HAS_PURIFY */ int -main (int, ASYS_TCHAR *[]) +main (int, ACE_TCHAR *[]) { - ACE_START_TEST (ASYS_TEXT ("Timeprobe_Test")); + ACE_START_TEST (ACE_TEXT ("Timeprobe_Test")); ACE_TIMEPROBE ("Starting Test"); |