Secondary fix for #270 (addresses same issue with CHECK)

This commit is contained in:
Phil Nash
2014-04-12 19:20:46 +01:00
parent a176b93738
commit 1bccc03213
6 changed files with 63 additions and 11 deletions

View File

@@ -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 ) )