mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
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:

committed by
Martin Hořeňovský

parent
eccbffec0f
commit
489a41012e
@@ -111,8 +111,6 @@ public:
|
||||
void print() const {
|
||||
printSourceInfo();
|
||||
if (stats.totals.assertions.total() > 0) {
|
||||
if (result.isOk())
|
||||
stream << '\n';
|
||||
printResultType();
|
||||
printOriginalExpression();
|
||||
printReconstructedExpression();
|
||||
|
Reference in New Issue
Block a user