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