File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -224,4 +224,11 @@ class tests extends CompilerTest {
224
224
val javaDir = " ./tests/pos/java-interop/"
225
225
@ Test def java_all = compileFiles(javaDir, twice)
226
226
// @Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
227
+
228
+ @ Test def tasty_new_all = compileFiles(newDir, testPickling)
229
+ @ Test def tasty_dotc_config = compileDir(dotcDir, " config" , testPickling)
230
+ @ Test def tasty_dotc_printing = compileDir(dotcDir, " printing" , testPickling)
231
+ @ Test def tasty_dotc_reporting = compileDir(dotcDir, " reporting" , testPickling)
232
+ @ Test def tasty_dotc_util = compileDir(dotcDir, " util" , testPickling)
233
+ @ Test def tasty_tools_io = compileDir(toolsDir, " io" , testPickling)
227
234
}
You can’t perform that action at this time.
0 commit comments