From 51c6646aa64f0e5ef63f337bca4fb2803743a50a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 22 Dec 2015 16:00:05 +0100 Subject: Update test error count One error gest supporessed now because it has the same position as a previous one. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 468de7243..db5fa8544 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -143,7 +143,7 @@ class tests extends CompilerTest { @Test def neg_badAuxConstr = compileFile(negDir, "badAuxConstr", xerrors = 2) @Test def neg_typetest = compileFile(negDir, "typetest", xerrors = 1) @Test def neg_t1569_failedAvoid = compileFile(negDir, "t1569-failedAvoid", xerrors = 1) - @Test def neg_clashes = compileFile(negDir, "clashes", xerrors = 3) + @Test def neg_clashes = compileFile(negDir, "clashes", xerrors = 2) @Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 8) @Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 5) @Test def neg_refinedSubtyping = compileFile(negDir, "refinedSubtyping", xerrors = 2) -- cgit v1.2.3