aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2017-03-12 16:48:44 +0100
committerGitHub <noreply@github.com>2017-03-12 16:48:44 +0100
commitd1f2ef434befc7c96b26d62bd43cd4892228d818 (patch)
treedf3bfcb3ad0a262ed46330067054d623d97ae89a
parentb2d3b8938391516e81f18962e67f5bacf0aa2440 (diff)
parentc9c193202f00e6e01ae9a3e7ccbdac072f98fcc0 (diff)
downloaddotty-d1f2ef434befc7c96b26d62bd43cd4892228d818.tar.gz
dotty-d1f2ef434befc7c96b26d62bd43cd4892228d818.tar.bz2
dotty-d1f2ef434befc7c96b26d62bd43cd4892228d818.zip
Merge pull request #2075 from dotty-staging/fix/tasty-tests
Move tests/tasty/* to tests/pickling/*
-rw-r--r--compiler/test/dotc/tests.scala1
-rw-r--r--tests/pickling/default-param-interface.scala (renamed from tests/tasty/default-param-interface.scala)0
-rw-r--r--tests/pickling/i982.scala (renamed from tests/tasty/i982.scala)0
3 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
diff --git a/tests/tasty/default-param-interface.scala b/tests/pickling/default-param-interface.scala
index 919f4b627..919f4b627 100644
--- a/tests/tasty/default-param-interface.scala
+++ b/tests/pickling/default-param-interface.scala
diff --git a/tests/tasty/i982.scala b/tests/pickling/i982.scala
index 838b250d9..838b250d9 100644
--- a/tests/tasty/i982.scala
+++ b/tests/pickling/i982.scala