summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/gc/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/gc/Client.cpp')
-rw-r--r--cpp/test/Ice/gc/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/gc/Client.cpp b/cpp/test/Ice/gc/Client.cpp
index b05f9b7c84f..821f0480c3f 100644
--- a/cpp/test/Ice/gc/Client.cpp
+++ b/cpp/test/Ice/gc/Client.cpp
@@ -499,9 +499,9 @@ MyApplication::run(int argc, char* argv[])
garbageThread->stop();
Ice::collectGarbage();
- test(num == 0);
if(!interrupted())
{
+ test(num == 0);
cout << "ok" << endl;
return EXIT_SUCCESS;
}