aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-03-11 15:44:07 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-03-11 15:45:46 +0100
commitc9c193202f00e6e01ae9a3e7ccbdac072f98fcc0 (patch)
treee74b28060f282f6940303c76f1677f60561cd861 /compiler/test/dotc/tests.scala
parente28d8ee6819f39eb8e0479a53c63c241affe864c (diff)
downloaddotty-c9c193202f00e6e01ae9a3e7ccbdac072f98fcc0.tar.gz
dotty-c9c193202f00e6e01ae9a3e7ccbdac072f98fcc0.tar.bz2
dotty-c9c193202f00e6e01ae9a3e7ccbdac072f98fcc0.zip
Move tests/tasty/* to tests/pickling/*
These two directories were tested using the same flags, but tests/tasty compiled all of its files at once which is usually not what is intended.
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index a720f1294..0c4668a89 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -355,7 +355,6 @@ class tests extends CompilerTest {
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
- @Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
@Test def tasty_bootstrap = {
val logging = if (false) List("-Ylog-classpath", "-verbose") else Nil