From 317ca3e4d45dfe31f50f87f60194ce2506c86fa8 Mon Sep 17 00:00:00 2001 From: VladimirNik Date: Fri, 27 Nov 2015 15:24:13 +0100 Subject: Add pickling/unpickling of stable modifier Pickling/unpickling of STABLE modifier allows to fix problem with unpickling of path-dependent types (#982) --- test/dotc/tests.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dotc/tests.scala') 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) } -- cgit v1.2.3