sd-x
Results
1
comments of
sd-x
I'm using `-fno-exceptions` and see the same problem; this reproduces the problem for me: a.cpp: ```C++ #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" TEST_CASE("doomed", "[tag]") { SECTION("only section") { REQUIRE(false); } } ```...