diff --git a/include/reporters/catch_reporter_tap.hpp b/include/reporters/catch_reporter_tap.hpp index ecc8754e..5ac8524c 100644 --- a/include/reporters/catch_reporter_tap.hpp +++ b/include/reporters/catch_reporter_tap.hpp @@ -23,8 +23,8 @@ namespace Catch { using StreamingReporterBase::StreamingReporterBase; - TAPReporter( ReporterConfig const& config ) - : StreamingReporterBase( config ) { + TAPReporter( ReporterConfig const& config ): + StreamingReporterBase( config ) { m_reporterPrefs.shouldReportAllAssertions = true; }