Skip to content

Commit 71e74a4

Browse files
committed
remove generated java directory under ./out before tasty test
1 parent 0b598e9 commit 71e74a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/dotc/tests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,9 @@ class tests extends CompilerTest {
288288
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
289289

290290
@Test def tasty_bootstrap = {
291-
// remove class files from stdlib compilation
291+
// remove class files from stdlib and tests compilation
292292
Directory(defaultOutputDir + "scala").deleteRecursively()
293+
Directory(defaultOutputDir + "java").deleteRecursively()
293294

294295
val opt = List("-classpath", defaultOutputDir, "-Ylog-classpath")
295296
// first compile dotty

0 commit comments

Comments
 (0)