Skip to content

Commit 2e3fbc7

Browse files
committed
fix windows tests
1 parent ba8dce4 commit 2e3fbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
691691
val reporter = mkReporter
692692
val driver = new Driver
693693

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

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

0 commit comments

Comments
 (0)