From c9c193202f00e6e01ae9a3e7ccbdac072f98fcc0 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sat, 11 Mar 2017 15:44:07 +0100 Subject: [PATCH] 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. --- compiler/test/dotc/tests.scala | 1 - tests/{tasty => pickling}/default-param-interface.scala | 0 tests/{tasty => pickling}/i982.scala | 0 3 files changed, 1 deletion(-) rename tests/{tasty => pickling}/default-param-interface.scala (100%) rename tests/{tasty => pickling}/i982.scala (100%) diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala index a720f1294edd..0c4668a89d81 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 similarity index 100% rename from tests/tasty/default-param-interface.scala rename to tests/pickling/default-param-interface.scala diff --git a/tests/tasty/i982.scala b/tests/pickling/i982.scala similarity index 100% rename from tests/tasty/i982.scala rename to tests/pickling/i982.scala