diff options
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; } |