summaryrefslogtreecommitdiff
path: root/tests/Proactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Proactor_Test.cpp')
-rw-r--r--tests/Proactor_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Proactor_Test.cpp b/tests/Proactor_Test.cpp
index b52849541f1..2098ca2562b 100644
--- a/tests/Proactor_Test.cpp
+++ b/tests/Proactor_Test.cpp
@@ -1910,7 +1910,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
}
int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+run_main (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Test"));
@@ -2053,7 +2053,7 @@ template class ACE_Asynch_Connector<Sender>;
#else
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Test"));