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 ba8dce4 commit 2e3fbc7Copy full SHA for 2e3fbc7
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -691,7 +691,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
691
val reporter = mkReporter
692
val driver = new Driver
693
694
- val args = Array("-classpath", flags.defaultClassPath + ":" + bestEffortDir.toString) ++ flags.options
+ val args = Array("-classpath", flags.defaultClassPath + JFile.pathSeparator + bestEffortDir.toString) ++ flags.options
695
696
driver.process(args ++ files0.map(_.toString), reporter = reporter)
697
0 commit comments