aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2017-01-11 17:07:02 +0100
committerGitHub <noreply@github.com>2017-01-11 17:07:02 +0100
commit8b44b6c1fb0f03a555834d189b98ef30091153fe (patch)
treea5d030608d8751bdcf583076ff081d70eb87adaa /compiler/test/dotc/tests.scala
parente9165e46e24370e9e5dcccf2c49470ab00e30507 (diff)
parent157481b24e00c87ba3d44a28dd07c70c28001f0e (diff)
downloaddotty-8b44b6c1fb0f03a555834d189b98ef30091153fe.tar.gz
dotty-8b44b6c1fb0f03a555834d189b98ef30091153fe.tar.bz2
dotty-8b44b6c1fb0f03a555834d189b98ef30091153fe.zip
Merge pull request #1690 from dotty-staging/bench
Fix benchmarks and add multiple mini benchmark tests
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 fd8b005a9..a7961d937 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -107,7 +107,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)