aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index acaa58068..0d7d84457 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -33,5 +33,6 @@ class tests extends CompilerTest {
@Test def neg_blockescapes() = compileFile(negDir, "blockescapesNeg", xerrors = 2)
@Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)
@Test def neg_typedidents() = compileFile(negDir, "typedidents", xerrors = 2)
- @Test def nef_assignments() = compileFile(negDir, "assignments", xerrors = 3)
+ @Test def neg_assignments() = compileFile(negDir, "assignments", xerrors = 3)
+ @Test def neg_typers() = compileFile(negDir, "typers", xerrors = 7)
} \ No newline at end of file