mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-30 08:49:32 +01:00
Remove obsolete comment in multireporter
This commit is contained in:
@@ -114,7 +114,6 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// The return value indicates if the messages buffer should be cleared:
|
|
||||||
void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) {
|
void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) {
|
||||||
const bool reportByDefault =
|
const bool reportByDefault =
|
||||||
assertionStats.assertionResult.getResultType() != ResultWas::Ok ||
|
assertionStats.assertionResult.getResultType() != ResultWas::Ok ||
|
||||||
|
|||||||
Reference in New Issue
Block a user