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.
2 parents d00bdb3 + 624cc77 commit 788908fCopy full SHA for 788908f
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -196,6 +196,9 @@ class CompilationTests extends ParallelTesting {
196
val dotty2Group = TestGroup("tastyBootstrap/dotty2")
197
val libGroup = TestGroup("tastyBootstrap/lib")
198
199
+ // Make sure that the directory is clean
200
+ dotty.tools.io.Directory(defaultOutputDir + "tastyBootstrap").deleteRecursively()
201
+
202
val opt = TestFlags(
203
// compile with bootstrapped library on cp:
204
defaultOutputDir + libGroup + "/src/:" +
0 commit comments