aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-04-04 20:04:21 +0200
committerMartin Odersky <odersky@gmail.com>2015-04-07 23:53:58 +0200
commit131054b6f3c380b1c14ece54b725b3e9d9eeaf55 (patch)
tree55bea3cc0c29d7a8fa3b6f4f591fec3889e77bc6 /test
parent7630d968668c35bdbe18096b5aa97d13f4a28ac4 (diff)
downloaddotty-131054b6f3c380b1c14ece54b725b3e9d9eeaf55.tar.gz
dotty-131054b6f3c380b1c14ece54b725b3e9d9eeaf55.tar.bz2
dotty-131054b6f3c380b1c14ece54b725b3e9d9eeaf55.zip
Some more pickling tests
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index b918dcacb..388f5ae23 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -39,6 +39,8 @@ class tests extends CompilerTest {
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
+ @Test def pickle_Trees = compileFile(dotcDir, "tools/dotc/ast/Trees", testPickling)
+ @Test def pickle_untpd = compileFile(dotcDir, "tools/dotc/ast/untpd", testPickling)
//@Test def pickle_core = compileDir(dotcDir + "tools/dotc/core", testPickling, xerrors = 2) // two spurious comparison errors in Types and TypeOps