Skip to content

Commit

Permalink
fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb committed Mar 26, 2024
1 parent 5bdb2d2 commit 6395aa3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6395aa3

Please sign in to comment.