summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/gc/Client.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-05-10 02:15:57 +0000
committerMichi Henning <michi@zeroc.com>2004-05-10 02:15:57 +0000
commita6a7f49b10372b9e4adf2ac2431b361c5638d156 (patch)
tree1b4e44d9ba7a0209a9faa35b35ce29bb8d4d0e4e /cpp/test/Ice/gc/Client.cpp
parentFixed VC6 build (diff)
downloadice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.tar.bz2
ice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.tar.xz
ice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.zip
Merged changes from michi_pre_e3 branch
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;
}