mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Secondary fix for #270 (addresses same issue with CHECK)
This commit is contained in:
@@ -87,7 +87,7 @@ struct TestFailureException{};
|
||||
throw; \
|
||||
} catch( ... ) { \
|
||||
INTERNAL_CATCH_ACCEPT_EXPR( Catch::ExpressionResultBuilder( Catch::ResultWas::ThrewException ) << Catch::translateActiveException(), \
|
||||
resultDisposition, expr ); \
|
||||
Catch::ResultDisposition::Normal, expr ); \
|
||||
} \
|
||||
} while( Catch::isTrue( false ) )
|
||||
|
||||
|
Reference in New Issue
Block a user