From 6395aa3b366954a23d6707624ddf1fca557c6261 Mon Sep 17 00:00:00 2001 From: Jan Chyb Date: Tue, 26 Mar 2024 11:23:32 +0100 Subject: [PATCH] fix windows tests --- compiler/test/dotty/tools/vulpix/ParallelTesting.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/vulpix/ParallelTesting.scala b/compiler/test/dotty/tools/vulpix/ParallelTesting.scala index 9a3f0eac70af..880a3bd1cc53 100644 --- a/compiler/test/dotty/tools/vulpix/ParallelTesting.scala +++ b/compiler/test/dotty/tools/vulpix/ParallelTesting.scala @@ -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)