Skip to content

Commit

Permalink
Fix some tests never being run
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed May 20, 2023
1 parent a153fce commit 689fdcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,6 @@ TEST_CASE("Failing benchmarks", "[!benchmark][.approvals]") {
}

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

0 comments on commit 689fdcd

Please sign in to comment.