aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-10-09 14:35:44 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-10-19 18:07:18 +0200
commit78488cba57f5bfdf3181a8e6df5be2b290ebf564 (patch)
tree7775be08080affb590400d0fcb3ba87f4d2ab9a3 /test/dotc/tests.scala
parentbea9aa282c7a929fdab815b3f34d2d697ade7bca (diff)
downloaddotty-78488cba57f5bfdf3181a8e6df5be2b290ebf564.tar.gz
dotty-78488cba57f5bfdf3181a8e6df5be2b290ebf564.tar.bz2
dotty-78488cba57f5bfdf3181a8e6df5be2b290ebf564.zip
Always fully define the types of lifted expressions
Fixes #822
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 2b5b86be1..cf213033d 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -53,6 +53,7 @@ class tests extends CompilerTest {
// This directory doesn't exist anymore
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
+ @Test def pickle_inf = compileFile(posDir, "pickleinf", testPickling)
//@Test def pickle_core = compileDir(dotcDir, "core", testPickling, xerrors = 2) // two spurious comparison errors in Types and TypeOps