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 3599c24 commit a8c820bCopy full SHA for a8c820b
compiler/test/dotc/tests.scala
@@ -102,7 +102,7 @@ class tests extends CompilerTest {
102
Directory(defaultOutputDir + "java").deleteRecursively()
103
}
104
105
- @Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
+ @Test def pickle_pickleOK = compileFiles(testsDir + "pickling/", testPickling)
106
// This directory doesn't exist anymore
107
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
108
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
0 commit comments