aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-11-28 09:52:26 +0300
committerDmitry Petrashko <dark@d-d.me>2015-11-28 09:52:26 +0300
commit0a96cbe590218ab022ccdb2950790fbab32dedcb (patch)
treea86776441761fc1a1192463eef3417ecf444286a /test/dotc/tests.scala
parent2bb73c3bf1a6fef8bd77d762c99d02d499621ea3 (diff)
parent317ca3e4d45dfe31f50f87f60194ce2506c86fa8 (diff)
downloaddotty-0a96cbe590218ab022ccdb2950790fbab32dedcb.tar.gz
dotty-0a96cbe590218ab022ccdb2950790fbab32dedcb.tar.bz2
dotty-0a96cbe590218ab022ccdb2950790fbab32dedcb.zip
Merge pull request #983 from dotty-staging/stable-modifier-pickling
Add pickling/unpickling of stable modifier
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)
}