Skip to content
Snippets Groups Projects
Commit 0bd83ec3 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed catching the wrong exception in the test

parent bc52940d
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ BOOST_AUTO_TEST_CASE( testApplicationExceptions ) {
TestApp app2("SecondInstance");
BOOST_FAIL("Exception expected.");
}
catch(std::runtime_error&) {
catch(ChimeraTK::logic_error&) {
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment