aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-24 17:17:27 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-24 17:17:27 +0100
commit642c5e4500abfc5cef51eee7ed0a98930a24312f (patch)
treeeeda27483b71058860e364ca675bc3a835ebe2cb /test/dotc/tests.scala
parent9d6c1040448c48dac2ac3f292fd1e3b65b061b78 (diff)
downloaddotty-642c5e4500abfc5cef51eee7ed0a98930a24312f.tar.gz
dotty-642c5e4500abfc5cef51eee7ed0a98930a24312f.tar.bz2
dotty-642c5e4500abfc5cef51eee7ed0a98930a24312f.zip
Fixed cycle detection.
Now detects the cycles reported by @retronym
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 30de5e15d..1c437e833 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -104,7 +104,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_cycles = compileFile(negDir, "cycles", xerrors = 6)
+ @Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 8)
@Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 4)
@Test def dotc = compileDir(dotcDir + "tools/dotc", twice)(allowDeepSubtypes)