Skip to content

Commit a6713ed

Browse files
committed
Add test for dotc.core pickling/unpickling
1 parent 1125646 commit a6713ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/dotc/tests.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ class tests extends CompilerTest {
230230
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
231231
@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
232232
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
233+
@Test def tasty_core = compileDir(dotcDir, "core", testPickling, xerrors = 1)
234+
@Test def tasty_tasty = compileDir(coreDir, "tasty", testPickling)
235+
@Test def tasty_classfile = compileDir(coreDir, "classfile", testPickling)
236+
@Test def tasty_unpickleScala2 = compileDir(coreDir, "unpickleScala2", testPickling)
233237
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
234238
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
235239
}

0 commit comments

Comments
 (0)