mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Remove obsolete comment in multireporter
This commit is contained in:
parent
1dfaa8abe7
commit
7b4dd326c0
@ -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 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user