diff --git a/compiler/test/dotty/tools/vulpix/ParallelTesting.scala b/compiler/test/dotty/tools/vulpix/ParallelTesting.scala index 7e81864cb095..13de0f45d7c0 100644 --- a/compiler/test/dotty/tools/vulpix/ParallelTesting.scala +++ b/compiler/test/dotty/tools/vulpix/ParallelTesting.scala @@ -98,8 +98,8 @@ trait ParallelTesting extends RunnerOrchestration { self => } self match { - case JointCompilationSource(_, files, _, _) => { - files.map(_.getAbsolutePath).foreach { path => + case source: JointCompilationSource => { + source.sourceFiles.map(_.getAbsolutePath).foreach { path => sb.append("\\\n ") sb.append(path) sb += ' '