We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2167869 + ea321c5 commit 86e5c12Copy full SHA for 86e5c12
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -537,7 +537,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
537
val output = Source.fromFile(outDir.getParent + "_decompiled" + JFile.separator + outDir.getName
538
+ JFile.separator + "decompiled.scala").getLines().map {line =>
539
stripTrailingWhitespaces.unapplySeq(line).map(_.head).getOrElse(line)
540
- }
+ }.toList
541
542
val check: String = Source.fromFile(checkFile).getLines().filter(!_.startsWith(ignoredFilePathLine))
543
.mkString("\n")
0 commit comments