summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/main.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/main.cpp b/TAO/tests/Smart_Proxies/Collocation/main.cpp
index dff11cb451f..0494c5f5b7a 100644
--- a/TAO/tests/Smart_Proxies/Collocation/main.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/main.cpp
@@ -12,10 +12,8 @@ int main (int argc, char *argv[])
ACE_TRY_NEW_ENV
{
coll_test.init (argc, argv ACE_ENV_ARG_PARAMETER);
- ACE_TRY_CHECK;
- coll_test.run (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_TRY_CHECK;
+ coll_test.run ();
}
ACE_CATCHANY
{