From c9c193202f00e6e01ae9a3e7ccbdac072f98fcc0 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sat, 11 Mar 2017 15:44:07 +0100 Subject: 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 - 1 file changed, 1 deletion(-) (limited to 'compiler/test/dotc/tests.scala') 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 -- cgit v1.2.3