Fix some tests never being run

This commit is contained in:
Martin Hořeňovský 2023-05-20 22:03:48 +02:00
parent a153fce724
commit 689fdcd7dc
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -444,6 +444,6 @@ TEST_CASE("Failing benchmarks", "[!benchmark][.approvals]") {
} }
TEST_CASE( "Failing benchmark respects should-fail", TEST_CASE( "Failing benchmark respects should-fail",
"[!shouldfail][!benchmark][.approvals]" ) { "[!shouldfail][!benchmark][approvals]" ) {
BENCHMARK( "Asserting benchmark" ) { REQUIRE( 1 == 2 ); }; BENCHMARK( "Asserting benchmark" ) { REQUIRE( 1 == 2 ); };
} }