mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-04 14:09:33 +01:00
Changed exception tests to allow for now throw-from-CHECK behaviour
This commit is contained in:
@@ -8278,7 +8278,7 @@ there"
|
||||
</Exception>
|
||||
<OverallResult success="false"/>
|
||||
</TestCase>
|
||||
<TestCase name="When unchecked exceptions are thrown during a CHECK the test should abort and fail">
|
||||
<TestCase name="When unchecked exceptions are thrown during a CHECK the test should continue">
|
||||
<Expression success="false" type="CHECK" filename="projects/<exe-name>/ExceptionTests.cpp" >
|
||||
<Original>
|
||||
thisThrows() == 0
|
||||
|
||||
Reference in New Issue
Block a user