Skip to content

Commit f1da026

Browse files
committed
fix benchmark test
1 parent 64a23e0 commit f1da026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class tests extends CompilerTest {
6565
Directory(defaultOutputDir + "java").deleteRecursively()
6666
}
6767

68-
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
68+
@Test def pickle_pickleOK = compileFiles(testsDir + "pickling/", testPickling)
6969
// This directory doesn't exist anymore
7070
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
7171
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)

0 commit comments

Comments
 (0)