ConsoleReporter: minor formatting fix

PASSED will now appear on the same line as filename and line number,
just like the case with FAILED message formatting
This commit is contained in:
Jozef Grajciar
2018-11-04 20:31:49 +01:00
committed by Martin Hořeňovský
parent eccbffec0f
commit 489a41012e
4 changed files with 1148 additions and 2298 deletions

View File

@@ -111,8 +111,6 @@ public:
void print() const {
printSourceInfo();
if (stats.totals.assertions.total() > 0) {
if (result.isOk())
stream << '\n';
printResultType();
printOriginalExpression();
printReconstructedExpression();