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.
1 parent edea74e commit 70979feCopy full SHA for 70979fe
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -345,7 +345,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
345
"javac",
346
"-encoding", "UTF-8",
347
"-classpath",
348
- s".:${Jars.scalaLibrary}:${targetDir.getAbsolutePath}"
+ s"${Jars.scalaLibrary}:${targetDir.getAbsolutePath}"
349
) ++ flags.all.takeRight(2) ++ fs
350
351
val process = Runtime.getRuntime.exec(fullArgs)
0 commit comments