summaryrefslogtreecommitdiff
path: root/tests/Malloc_Test.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-18 19:17:36 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-18 19:17:36 +0000
commit3af82d10ad99eb8a8a1e9242f34d27e35f232db6 (patch)
treebd18581d6702960ad30d1eb9b7b662af649a3d3b /tests/Malloc_Test.cpp
parent46e86de7ab0abfc03504dd5d34e42283e27c568f (diff)
downloadATCD-3af82d10ad99eb8a8a1e9242f34d27e35f232db6.tar.gz
ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>
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 9f958792298..9d0280c627e 100644
--- a/tests/Malloc_Test.cpp
+++ b/tests/Malloc_Test.cpp
@@ -329,7 +329,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))
@@ -449,7 +449,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,