We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83addd8 commit 80507b0Copy full SHA for 80507b0
compilation/src/main/dotc/scala/tools/benchmark/BenchmarkDriver.scala
@@ -9,8 +9,7 @@ trait BenchmarkDriver extends BaseBenchmarkDriver {
9
implicit val ctx = new ContextBase().initialCtx.fresh
10
ctx.setSetting(ctx.settings.usejavacp, true)
11
if (depsClasspath != null) {
12
- ctx.setSetting(ctx.settings.classpath,
13
- depsClasspath.mkString(File.pathSeparator))
+ ctx.setSetting(ctx.settings.classpath, depsClasspath)
14
}
15
ctx.setSetting(ctx.settings.migration, false)
16
ctx.setSetting(ctx.settings.outputDir, dotty.tools.io.AbstractFile.getDirectory(tempDir.getAbsolutePath))
0 commit comments