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 64a23e0 commit f1da026Copy full SHA for f1da026
test/dotc/tests.scala
@@ -65,7 +65,7 @@ class tests extends CompilerTest {
65
Directory(defaultOutputDir + "java").deleteRecursively()
66
}
67
68
- @Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
+ @Test def pickle_pickleOK = compileFiles(testsDir + "pickling/", testPickling)
69
// This directory doesn't exist anymore
70
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
71
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
0 commit comments