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 0b598e9 commit 71e74a4Copy full SHA for 71e74a4
test/dotc/tests.scala
@@ -288,8 +288,9 @@ class tests extends CompilerTest {
288
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
289
290
@Test def tasty_bootstrap = {
291
- // remove class files from stdlib compilation
+ // remove class files from stdlib and tests compilation
292
Directory(defaultOutputDir + "scala").deleteRecursively()
293
+ Directory(defaultOutputDir + "java").deleteRecursively()
294
295
val opt = List("-classpath", defaultOutputDir, "-Ylog-classpath")
296
// first compile dotty
0 commit comments