mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Mark CHECKed-throw test as [failing]
This commit is contained in:
parent
7bcb42496d
commit
6c23a6582b
@ -73,7 +73,7 @@ TEST_CASE( "When unchecked exceptions are thrown during a REQUIRE the test shoul
|
||||
FAIL( "This should never happen" );
|
||||
}
|
||||
|
||||
TEST_CASE( "When unchecked exceptions are thrown during a CHECK the test should continue", "[!throws]" )
|
||||
TEST_CASE( "When unchecked exceptions are thrown during a CHECK the test should continue", "[.][failing][!throws]" )
|
||||
{
|
||||
try {
|
||||
CHECK(thisThrows() == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user