diff options
Diffstat (limited to 'cpp/test/Ice/ami/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/ami/Collocated.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/ami/Collocated.cpp b/cpp/test/Ice/ami/Collocated.cpp index 45236ebef71..e687181b158 100644 --- a/cpp/test/Ice/ami/Collocated.cpp +++ b/cpp/test/Ice/ami/Collocated.cpp @@ -34,8 +34,8 @@ run(int, char**, const Ice::CommunicatorPtr& communicator, adapter2->add(testController, communicator->stringToIdentity("testController")); adapter2->activate(); - void allTests(const Ice::CommunicatorPtr&); - allTests(communicator); + void allTests(const Ice::CommunicatorPtr&, bool); + allTests(communicator, true); return EXIT_SUCCESS; } |