mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 09:57:54 +00:00
Mark CHECKed-throw test as [failing]
This commit is contained in:
parent
7bcb42496d
commit
6c23a6582b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue