aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/vulpix/SummaryReport.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-13 09:41:12 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-13 11:02:29 +0200
commitc9e1bc5b6324d2a896d731eeec32bdd941d1629b (patch)
treee2cd59712f957fb6ba6c16c0df662a323834057a /compiler/test/dotty/tools/vulpix/SummaryReport.scala
parent3a9deec8e7a3a093e9b56461650857c4cb7a9d8c (diff)
downloaddotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.tar.gz
dotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.tar.bz2
dotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.zip
Fix #2243: improve failing test output
Diffstat (limited to 'compiler/test/dotty/tools/vulpix/SummaryReport.scala')
-rw-r--r--compiler/test/dotty/tools/vulpix/SummaryReport.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/vulpix/SummaryReport.scala b/compiler/test/dotty/tools/vulpix/SummaryReport.scala
index 8f3047f49..efca94bba 100644
--- a/compiler/test/dotty/tools/vulpix/SummaryReport.scala
+++ b/compiler/test/dotty/tools/vulpix/SummaryReport.scala
@@ -95,7 +95,7 @@ final class SummaryReport extends SummaryReporting {
startingMessages.foreach(rep.append)
- failedTests.map(x => " " + x).foreach(rep.append)
+ failedTests.map(x => s" $x\n").foreach(rep.append)
// If we're compiling locally, we don't need instructions on how to
// reproduce failures