summaryrefslogtreecommitdiff
path: root/ASNMP/tests/Counter64_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/tests/Counter64_Test.cpp')
-rw-r--r--ASNMP/tests/Counter64_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ASNMP/tests/Counter64_Test.cpp b/ASNMP/tests/Counter64_Test.cpp
index d38a7524100..f0b9ee8ad56 100644
--- a/ASNMP/tests/Counter64_Test.cpp
+++ b/ASNMP/tests/Counter64_Test.cpp
@@ -38,7 +38,7 @@ SOFTWARE INCLUDING WITHOUT LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL
DAMAGES.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
-
+#include "ace/OS_main.h"
#include "asnmp/ctr64.h"
#include "test_config.h"
@@ -145,9 +145,9 @@ static void TestCounter64()
}
int
-main (int, char *[])
+ACE_TMAIN (int, ACE_TCHAR *[])
{
- ACE_START_TEST ("Counter64_Test");
+ ACE_START_TEST (ACE_TEXT ("Counter64_Test"));
TestCounter64();