mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 10:58:06 +00:00
Fixed !shouldfail
This commit is contained in:
parent
13a887ad24
commit
447f53e9e3
9 changed files with 162 additions and 13 deletions
|
@ -478,3 +478,8 @@ TEST_CASE( "long long" ) {
|
|||
// int x = 10/i; // This should cause the signal to fire
|
||||
// CHECK( x == 0 );
|
||||
//}
|
||||
|
||||
TEST_CASE( "This test 'should' fail but doesn't", "[.][failing][!shouldfail]" )
|
||||
{
|
||||
SUCCEED( "oops!" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue