Skip to content

Commit ebb9895

Browse files
Remove . from test classpath
1 parent 1d62adb commit ebb9895

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
@@ -345,7 +345,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
345345
"javac",
346346
"-encoding", "UTF-8",
347347
"-classpath",
348-
s".:${Jars.scalaLibrary}:${targetDir.getAbsolutePath}"
348+
s"${Jars.scalaLibrary}:${targetDir.getAbsolutePath}"
349349
) ++ flags.all.takeRight(2) ++ fs
350350

351351
val process = Runtime.getRuntime.exec(fullArgs)

0 commit comments

Comments
 (0)