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 f192a47 + 914a9b1 commit 061dc96Copy full SHA for 061dc96
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -109,7 +109,9 @@ trait ParallelTesting extends RunnerOrchestration { self =>
109
case source: JointCompilationSource => {
110
source.sourceFiles.map(_.getPath).foreach { path =>
111
sb.append(delimiter)
112
+ sb += '''
113
sb.append(path)
114
115
sb += ' '
116
}
117
sb.toString + "\n\n"
@@ -121,7 +123,9 @@ trait ParallelTesting extends RunnerOrchestration { self =>
121
123
files.map(_.getPath).foreach { path =>
122
124
fsb.append(delimiter)
125
lineLen = 8
126
+ fsb += '''
127
fsb.append(path)
128
129
fsb += ' '
130
131
fsb.append("\n\n")
0 commit comments