Skip to content
Prev Previous commit
Next Next commit
fix windows tests
  • Loading branch information
jchyb committed Apr 17, 2024
commit c08db684908346aaa62b5a906749cb1ff636690e
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/vulpix/ParallelTesting.scala
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
val reporter = mkReporter
val driver = new Driver

val args = Array("-classpath", flags.defaultClassPath + ":" + bestEffortDir.toString) ++ flags.options
val args = Array("-classpath", flags.defaultClassPath + JFile.pathSeparator + bestEffortDir.toString) ++ flags.options

driver.process(args ++ files0.map(_.toString), reporter = reporter)

Expand Down