summaryrefslogtreecommitdiff
path: root/tests/Malloc_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Malloc_Test.cpp')
-rw-r--r--tests/Malloc_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp
index cbd295da3a5..6950c212c37 100644
--- a/tests/Malloc_Test.cpp
+++ b/tests/Malloc_Test.cpp
@@ -315,7 +315,7 @@ get_base_addrs (void)
#endif /* defined (ACE_WIN32) && (!defined (ACE_HAS_WINNT4) || (ACE_HAS_WINNT4 == 0)) */
int
-ACE_TMAIN (int argc, ACE_TCHAR *[])
+run_main (int argc, ACE_TCHAR *[])
{
#if defined (ACE_WIN32) \
&& (!defined (ACE_HAS_WINNT4) || (ACE_HAS_WINNT4 == 0))
@@ -435,7 +435,7 @@ template class ACE_Based_Pointer<Long_Test>;
#else
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Malloc_Test"));
ACE_ERROR ((LM_INFO,