Skip to content

Commit 624cc77

Browse files
Prevent unnecessary IOs
1 parent 99fbc08 commit 624cc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class CompilationTests extends ParallelTesting {
197197
val libGroup = TestGroup("tastyBootstrap/lib")
198198

199199
// Make sure that the directory is clean
200-
dotty.tools.io.Path(s"out/tastyBootstrap").deleteRecursively()
200+
dotty.tools.io.Directory(defaultOutputDir + "tastyBootstrap").deleteRecursively()
201201

202202
val opt = TestFlags(
203203
// compile with bootstrapped library on cp:

0 commit comments

Comments
 (0)