Switch time() calls to monotonic clock calls (#7597)
[libt2n] / test / cmdgroup.cpp
index 1c30cc3..942fd88 100644 (file)
@@ -271,8 +271,6 @@ BOOST_AUTO_TEST_CASE(WrongGroup)
             }
             catch(t2n_command_error &e)
                 { ret=e.what(); }
-            catch(...)
-                { throw; }
 
             string expected_what="illegal command of type ";