aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 48e9bba5d..2bbbacd2f 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -231,4 +231,5 @@ class tests extends CompilerTest {
@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
@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)
}