summaryrefslogtreecommitdiff
path: root/ASNMP/tests/Oid_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/tests/Oid_Test.cpp')
-rw-r--r--ASNMP/tests/Oid_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ASNMP/tests/Oid_Test.cpp b/ASNMP/tests/Oid_Test.cpp
index c4b1660ef92..7add52bd790 100644
--- a/ASNMP/tests/Oid_Test.cpp
+++ b/ASNMP/tests/Oid_Test.cpp
@@ -38,6 +38,7 @@ SOFTWARE INCLUDING WITHOUT LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL
DAMAGES.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
+#include "ace/OS_main.h"
#include "asnmp/oid.h"
#include "test_config.h"
@@ -171,9 +172,9 @@ static void OidTest()
}
int
-main (int, char *[])
+ACE_TMAIN (int, ACE_TCHAR *[])
{
- ACE_START_TEST ("Oid_Test");
+ ACE_START_TEST (ACE_TEXT ("Oid_Test"));
OidTest();
ACE_END_TEST;
return 0;