summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/complex/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-07 15:16:39 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-07 15:16:39 +0000
commit5a75f9f1f9cbbb0ce10d93ad0ccb0d0a6ff73844 (patch)
treea5fdd63c2ef8ff71c24e5b5de0ecccb4e44042d1 /cpp/test/Freeze/complex/Client.cpp
parentwin32 updates for changes to test/Freeze/complex. (diff)
downloadice-5a75f9f1f9cbbb0ce10d93ad0ccb0d0a6ff73844.tar.bz2
ice-5a75f9f1f9cbbb0ce10d93ad0ccb0d0a6ff73844.tar.xz
ice-5a75f9f1f9cbbb0ce10d93ad0ccb0d0a6ff73844.zip
minor change.
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r--cpp/test/Freeze/complex/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp
index 064fea34016..0fd59a6eaa0 100644
--- a/cpp/test/Freeze/complex/Client.cpp
+++ b/cpp/test/Freeze/complex/Client.cpp
@@ -47,6 +47,7 @@ validate(const DBPtr& db)
test(root->calc() == p->first.result);
}
cout << "ok" << endl;
+
return EXIT_SUCCESS;
}