aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorliu fengyun <liufengyunchina@gmail.com>2016-11-09 13:39:56 +0100
committerliu fengyun <liu@fengy.me>2016-11-24 13:37:27 +0100
commita8c820b8f29c35851e261afe7225d7fce2f6a224 (patch)
tree97b85e83be8234aee84695f3d7b66affeea91260 /compiler/test/dotc/tests.scala
parent3599c243c86ae0a926ef45a435d38b7878dc322f (diff)
downloaddotty-a8c820b8f29c35851e261afe7225d7fce2f6a224.tar.gz
dotty-a8c820b8f29c35851e261afe7225d7fce2f6a224.tar.bz2
dotty-a8c820b8f29c35851e261afe7225d7fce2f6a224.zip
fix benchmark test
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index 827e1addd..b389c6ae9 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -102,7 +102,7 @@ class tests extends CompilerTest {
Directory(defaultOutputDir + "java").deleteRecursively()
}
- @Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
+ @Test def pickle_pickleOK = compileFiles(testsDir + "pickling/", testPickling)
// This directory doesn't exist anymore
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)