We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45964a4 commit bd82372Copy full SHA for bd82372
tests/runtime_tests.cpp
@@ -14,6 +14,8 @@
14
EXPRESSION; \
15
FAIL("no exception thrown"); \
16
} catch (const EXCEPTION&) { \
17
+ } catch (const std::exception& e) { \
18
+ FAIL(e.what()); \
19
} catch (...) { \
20
FAIL("unexpected exception thrown"); \
21
} \
0 commit comments