1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-30 04:35:42 +02:00

Remove obsolete comment in multireporter

This commit is contained in:
Martin Hořeňovský 2023-03-12 13:27:07 +01:00
parent 1dfaa8abe7
commit 7b4dd326c0
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

@ -114,7 +114,6 @@ namespace Catch {
}
}
// The return value indicates if the messages buffer should be cleared:
void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) {
const bool reportByDefault =
assertionStats.assertionResult.getResultType() != ResultWas::Ok ||