X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fsimplecmd.cpp;h=97fa6da0f50a0e6a03216fd8dc170fddb8c5f9e3;hp=11de9caf5f2fe739142a3589cab750547e984765;hb=cf902cadb87cc6f75ae92c2dc64742555dd4f0f0;hpb=307b5e74c506b609d5c407be0943f45255ab5122 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); }