aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-02-08 17:14:39 +0100
committerMartin Odersky <odersky@gmail.com>2016-02-19 16:57:36 +0100
commit5969e02b59b0cae07eab6bf8065331708f4b2480 (patch)
treec7543dc16adeff71c1d5744c31168f32941241be /test/dotc/tests.scala
parent54702905111ecc363d6312635415fd9ee7976356 (diff)
downloaddotty-5969e02b59b0cae07eab6bf8065331708f4b2480.tar.gz
dotty-5969e02b59b0cae07eab6bf8065331708f4b2480.tar.bz2
dotty-5969e02b59b0cae07eab6bf8065331708f4b2480.zip
Fix expected error count
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
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)