Skip to content

Commit f2227d8

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ 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)
233234
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
234235
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
235236
}

0 commit comments

Comments
 (0)