diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-07 15:16:39 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-07 15:16:39 +0000 |
commit | 5a75f9f1f9cbbb0ce10d93ad0ccb0d0a6ff73844 (patch) | |
tree | a5fdd63c2ef8ff71c24e5b5de0ecccb4e44042d1 /cpp/test/Freeze/complex/Client.cpp | |
parent | win32 updates for changes to test/Freeze/complex. (diff) | |
download | ice-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.cpp | 1 |
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; } |