mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-04 01:24:47 +02:00
Fix some tests never being run
This commit is contained in:
parent
a153fce724
commit
689fdcd7dc
@ -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 ); };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user