diff options
author | Jose <jose@zeroc.com> | 2013-07-09 19:51:05 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-09 19:51:05 +0200 |
commit | e002a3d84e3517b6485c8c293481d141538d8e5e (patch) | |
tree | 5f1853d73a5285c3a6a0e5b2eace9eaf4a9059df /cpp/test/Ice/exceptions/AllTests.cpp | |
parent | Fixed ICE-5376 - IcePHP build with USE_NAMESPACES=yes broken (diff) | |
download | ice-e002a3d84e3517b6485c8c293481d141538d8e5e.tar.bz2 ice-e002a3d84e3517b6485c8c293481d141538d8e5e.tar.xz ice-e002a3d84e3517b6485c8c293481d141538d8e5e.zip |
minor fix to test/Ice/exceptions
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index caf331f30ff..7182058dbf4 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.cpp @@ -1363,7 +1363,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated) thrower->throwMemoryLimitException(Ice::ByteSeq(20 * 1024)); // 20KB test(collocated); } - catch(const Ice::MemoryLimitException& ex) + catch(const Ice::MemoryLimitException&) { } catch(...) |