aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc')
-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)