summaryrefslogtreecommitdiff
path: root/tests/Collection_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Collection_Test.cpp')
-rw-r--r--tests/Collection_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Collection_Test.cpp b/tests/Collection_Test.cpp
index 4700b033e60..ab67862911f 100644
--- a/tests/Collection_Test.cpp
+++ b/tests/Collection_Test.cpp
@@ -68,7 +68,8 @@ void iterate_const(const UNBOUNDED_SET& set)
int dummyfunc() { return 0; }
-int ACE_TMAIN (int, ACE_TCHAR *[])
+int
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Collection_Test"));
@@ -106,7 +107,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
iterate_const (unbounded_set);
unbounded_set.reset ();
-
+
{
DATA *data;
UNBOUNDED_SET_ITERATOR i (unbounded_set);