aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-12-23 23:28:59 +0100
committerGuillaume Martres <smarter@ubuntu.com>2015-12-24 19:05:20 +0100
commit8d8fd269a5e798d4951041c2851ee3b7bd33185d (patch)
tree534280e64d7583bff7c36b5cbdfc25cbee88c49a /test/dotc/tests.scala
parentc66613de7f32cfabbca765a96f1a3cc0ea2d5bcb (diff)
downloaddotty-8d8fd269a5e798d4951041c2851ee3b7bd33185d.tar.gz
dotty-8d8fd269a5e798d4951041c2851ee3b7bd33185d.tar.bz2
dotty-8d8fd269a5e798d4951041c2851ee3b7bd33185d.zip
Fix #1009: Do not forget to skolemize some types
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 db5fa8544..d702b7b00 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -172,6 +172,7 @@ class tests extends CompilerTest {
@Test def neg_validate = compileFile(negDir, "validate", xerrors = 18)
@Test def neg_validateParsing = compileFile(negDir, "validate-parsing", xerrors = 7)
@Test def neg_validateRefchecks = compileFile(negDir, "validate-refchecks", xerrors = 2)
+ @Test def neg_skolemize = compileFile(negDir, "skolemize", xerrors = 2)
@Test def run_all = runFiles(runDir)