aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorVladimirNik <vladimir.nikolaev9@gmail.com>2015-11-27 15:24:13 +0100
committerVladimirNik <vladimir.nikolaev9@gmail.com>2015-11-27 18:27:28 +0100
commit317ca3e4d45dfe31f50f87f60194ce2506c86fa8 (patch)
treea86776441761fc1a1192463eef3417ecf444286a /test/dotc/tests.scala
parent2bb73c3bf1a6fef8bd77d762c99d02d499621ea3 (diff)
downloaddotty-317ca3e4d45dfe31f50f87f60194ce2506c86fa8.tar.gz
dotty-317ca3e4d45dfe31f50f87f60194ce2506c86fa8.tar.bz2
dotty-317ca3e4d45dfe31f50f87f60194ce2506c86fa8.zip
Add pickling/unpickling of stable modifier
Pickling/unpickling of STABLE modifier allows to fix problem with unpickling of path-dependent types (#982)
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)
}