summaryrefslogtreecommitdiff
path: root/tests/Get_Opt_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Get_Opt_Test.cpp')
-rw-r--r--tests/Get_Opt_Test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Get_Opt_Test.cpp b/tests/Get_Opt_Test.cpp
index b60285446b3..a4a7f159a28 100644
--- a/tests/Get_Opt_Test.cpp
+++ b/tests/Get_Opt_Test.cpp
@@ -10,11 +10,10 @@
// <ACE_Get_Opt>, and demonstrates how to use it.
//
// = AUTHOR
-// Don Hinton <dhinton@gmx.net>
+// Don Hinton <dhinton@dresystems.com>
//
// ============================================================================
-#include "ace/OS.h"
#include "ace/Get_Opt.h"
#include "ace/ARGV.h"
#include "ace/SString.h"
@@ -328,7 +327,7 @@ run_test (int& test_number, int ordering)
}
int
-ACE_TMAIN (int, ACE_TCHAR *argv[])
+run_main (int, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("Get_Opt_Test"));
ACE_UNUSED_ARG (argv);