X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fsimplecmd.cpp;fp=test%2Fsimplecmd.cpp;h=97fa6da0f50a0e6a03216fd8dc170fddb8c5f9e3;hp=11de9caf5f2fe739142a3589cab750547e984765;hb=8fccaecc28ed1ad0747e516a6f0cb1d350406798;hpb=2d7579fdb8935ad3cb560d5c56b9e8464f1fe162 diff --git a/test/simplecmd.cpp b/test/simplecmd.cpp index 11de9ca..97fa6da 100644 --- a/test/simplecmd.cpp +++ b/test/simplecmd.cpp @@ -224,8 +224,6 @@ BOOST_AUTO_TEST_CASE(SimpleException) } catch(t2n_runtime_error &e) { ret=e.what(); } - catch(...) - { throw; } BOOST_CHECK_EQUAL(string("throw me around"),ret); }