File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ class tests extends CompilerTest {
230
230
@ Test def tasty_dotc_printing = compileDir(dotcDir, " printing" , testPickling)
231
231
@ Test def tasty_dotc_reporting = compileDir(dotcDir, " reporting" , testPickling)
232
232
@ 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)
233
237
@ Test def tasty_tools_io = compileDir(toolsDir, " io" , testPickling)
234
238
@ Test def tasty_tests = compileDir(testsDir, " tasty" , testPickling)
235
239
}
You can’t perform that action at this time.
0 commit comments