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