diff --git a/include/internal/catch_capture.hpp b/include/internal/catch_capture.hpp index 7816b50c..b25f13e8 100644 --- a/include/internal/catch_capture.hpp +++ b/include/internal/catch_capture.hpp @@ -162,7 +162,7 @@ try { \ __catchResult.captureMatch( arg, matcher, #matcher ); \ } catch( ... ) { \ - __catchResult.useActiveException( resultDisposition | Catch::ResultDisposition::ContinueOnFailure ); \ + __catchResult.useActiveException( resultDisposition ); \ } \ INTERNAL_CATCH_REACT( __catchResult ) \ } while( Catch::alwaysFalse() )