We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50090ee commit 30d230fCopy full SHA for 30d230f
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -572,7 +572,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
572
573
if (!compilerCrashed && errorCount == 0) verifier()
574
else {
575
- echo(s"\n Compilation failed for: '$testSource'")
+ echo(s" Compilation failed for: '${testSource.title}' ")
576
val buildInstr = testSource.buildInstructions(errorCount, warningCount)
577
addFailureInstruction(buildInstr)
578
failTestSource(testSource)
0 commit comments