diff --git a/include/internal/catch_run_context.hpp b/include/internal/catch_run_context.hpp index fa326a0f..e6dbd38c 100644 --- a/include/internal/catch_run_context.hpp +++ b/include/internal/catch_run_context.hpp @@ -301,11 +301,9 @@ namespace Catch { catch(...) { // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions // are reported without translation at the point of origin. -#ifdef CATCH_CONFIG_FAST_COMPILE if (m_shouldReportUnexpected) { makeUnexpectedResultBuilder().useActiveException(); } -#endif } m_testCaseTracker->close(); handleUnfinishedSections();