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 99d80fe commit 3f185a5Copy full SHA for 3f185a5
tests/traced_error.cpp
@@ -39,7 +39,7 @@ TEST_CASE("Inheriting from exception", "[traced_error]") {
39
INFO(trace);
40
REQUIRE(!trace.empty());
41
REQUIRE(t.what() == "Hello world"sv);
42
- } catch (ut::TracedError const &t) {
+ } catch (ut::TracedError const &) {
43
FAIL("This handler should never be entered");
44
}
45
try {
0 commit comments