From 5969e02b59b0cae07eab6bf8065331708f4b2480 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 8 Feb 2016 17:14:39 +0100 Subject: Fix expected error count --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 573436733..2cd265113 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -165,7 +165,7 @@ class tests extends CompilerTest { @Test def neg_i803 = compileFile(negDir, "i803", xerrors = 2) @Test def neg_i866 = compileFile(negDir, "i866", xerrors = 2) @Test def neg_i974 = compileFile(negDir, "i974", xerrors = 2) - @Test def neg_i997 = compileFile(negDir, "i997a", xerrors = 15) + @Test def neg_i997 = compileFile(negDir, "i997", xerrors = 15) @Test def neg_i997a = compileFile(negDir, "i997a", xerrors = 2) @Test def neg_i1050 = compileFile(negDir, "i1050", List("-strict"), xerrors = 11) @Test def neg_i1050a = compileFile(negDir, "i1050a", xerrors = 2) -- cgit v1.2.3