diff options
author | Joe George <joe@zeroc.com> | 2016-07-27 14:36:18 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-27 14:36:18 -0400 |
commit | f494f16d6c02df4fe06bf9854cc45fb4b2a93b48 (patch) | |
tree | 9a3099465f6d2528cd6686c9802e579234623b35 /cpp | |
parent | C++11 CertificateVerifier and PasswordPrompt (diff) | |
download | ice-f494f16d6c02df4fe06bf9854cc45fb4b2a93b48.tar.bz2 ice-f494f16d6c02df4fe06bf9854cc45fb4b2a93b48.tar.xz ice-f494f16d6c02df4fe06bf9854cc45fb4b2a93b48.zip |
ICE-7242 - Cross test updates
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/Client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/exceptions/Client.cpp b/cpp/test/Ice/exceptions/Client.cpp index 713f463e9c0..650503900ba 100644 --- a/cpp/test/Ice/exceptions/Client.cpp +++ b/cpp/test/Ice/exceptions/Client.cpp @@ -25,8 +25,6 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) return EXIT_SUCCESS; } - - int main(int argc, char* argv[]) { |