diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IcePack/simple/Client.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/IcePack/simple/Client.cpp b/cpp/test/IcePack/simple/Client.cpp index 8803469df60..858c89dd9d1 100644 --- a/cpp/test/IcePack/simple/Client.cpp +++ b/cpp/test/IcePack/simple/Client.cpp @@ -43,11 +43,11 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { TestPrx allTestsWithDeploy(const Ice::CommunicatorPtr&); obj = allTestsWithDeploy(communicator); - } - cout << "shutting down server... " << flush; - obj->shutdown(); - cout << "ok" << endl; + cout << "shutting down server... " << flush; + obj->shutdown(); + cout << "ok" << endl; + } return EXIT_SUCCESS; } |