aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-12-22 16:00:05 +0100
committerMartin Odersky <odersky@gmail.com>2015-12-22 16:00:10 +0100
commit51c6646aa64f0e5ef63f337bca4fb2803743a50a (patch)
treed4ae4eba120bbb381b566101492410df7cf7f6ae /test/dotc/tests.scala
parent24ef49b2aba670aa1ad9211c05f7f511e6eb7ed6 (diff)
downloaddotty-51c6646aa64f0e5ef63f337bca4fb2803743a50a.tar.gz
dotty-51c6646aa64f0e5ef63f337bca4fb2803743a50a.tar.bz2
dotty-51c6646aa64f0e5ef63f337bca4fb2803743a50a.zip
Update test error count
One error gest supporessed now because it has the same position as a previous one.
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 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)