diff options
Diffstat (limited to 'ASNMP/tests/Counter_Test.cpp')
-rw-r--r-- | ASNMP/tests/Counter_Test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ASNMP/tests/Counter_Test.cpp b/ASNMP/tests/Counter_Test.cpp index fb5447ad396..4f34c7a29bf 100644 --- a/ASNMP/tests/Counter_Test.cpp +++ b/ASNMP/tests/Counter_Test.cpp @@ -37,7 +37,7 @@ SOFTWARE INCLUDING WITHOUT LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ - +#include "ace/OS_main.h" #include "asnmp/counter.h" #include "test_config.h" @@ -125,9 +125,9 @@ static void TestCounter() int -main (int, char *[]) +ACE_TMAIN (int, ACE_TCHAR *[]) { - ACE_START_TEST ("Counter_Test"); + ACE_START_TEST (ACE_TEXT ("Counter_Test")); TestCounter(); |