File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
ReferenceTests/Src/Catch2 Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -218,12 +218,9 @@ class DiscoverReporter : public StreamingReporterBase<DiscoverReporter>
218218};
219219
220220DiscoverReporter::DiscoverReporter( ReporterConfig const& _ config )
221- : StreamingReporterBase( _ config ),
221+ : StreamingReporterBase( _ config ),
222222 m_xml(_ config.stream())
223- {
224- m_reporterPrefs.shouldRedirectStdOut = false;
225- m_reporterPrefs.shouldReportAllAssertions = false;
226- }
223+ { }
227224
228225DiscoverReporter::~ DiscoverReporter() = default;
229226std::string DiscoverReporter::getDescription()
Original file line number Diff line number Diff line change @@ -134,12 +134,9 @@ namespace Catch
134134 };
135135
136136 DiscoverReporter::DiscoverReporter ( ReporterConfig const & _config )
137- : StreamingReporterBase( _config ),
137+ : StreamingReporterBase( _config ),
138138 m_xml (_config.stream())
139- {
140- m_reporterPrefs.shouldRedirectStdOut = false ;
141- m_reporterPrefs.shouldReportAllAssertions = false ;
142- }
139+ { }
143140
144141 DiscoverReporter::~DiscoverReporter () = default ;
145142
You can’t perform that action at this time.
0 commit comments