From 58059264842fac39a27356d052680a09c2da7571 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 16 Dec 2013 16:08:26 +0100 Subject: Checking for double definitions among class definitions. Also fixes to typedReturn. Adapted tests accordingly. --- test/dotc/tests.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') 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 -- cgit v1.2.3