Skip to content

Commit a8c820b

Browse files
committed
fix benchmark test
1 parent 3599c24 commit a8c820b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class tests extends CompilerTest {
102102
Directory(defaultOutputDir + "java").deleteRecursively()
103103
}
104104

105-
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
105+
@Test def pickle_pickleOK = compileFiles(testsDir + "pickling/", testPickling)
106106
// This directory doesn't exist anymore
107107
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
108108
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)

0 commit comments

Comments
 (0)