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 99fbc08 commit 624cc77Copy full SHA for 624cc77
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -197,7 +197,7 @@ class CompilationTests extends ParallelTesting {
197
val libGroup = TestGroup("tastyBootstrap/lib")
198
199
// Make sure that the directory is clean
200
- dotty.tools.io.Path(s"out/tastyBootstrap").deleteRecursively()
+ dotty.tools.io.Directory(defaultOutputDir + "tastyBootstrap").deleteRecursively()
201
202
val opt = TestFlags(
203
// compile with bootstrapped library on cp:
0 commit comments