aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-12-13 15:59:46 +0100
committerMartin Odersky <odersky@gmail.com>2014-12-13 15:59:46 +0100
commitae0411cea615b7248464d8a3ad2584528929fbfa (patch)
treee10fcf77fb37717e159b25082a0999379c7100a4 /test/dotc/tests.scala
parent291b563418011120c9fbe05a05e118a7ec28005d (diff)
downloaddotty-ae0411cea615b7248464d8a3ad2584528929fbfa.tar.gz
dotty-ae0411cea615b7248464d8a3ad2584528929fbfa.tar.bz2
dotty-ae0411cea615b7248464d8a3ad2584528929fbfa.zip
One more test case, coming from #214.
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 3ecf8e10e..f5072be96 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -107,7 +107,7 @@ class tests extends CompilerTest {
@Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 8)
@Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 4)
@Test def neg_refinedSubtyping = compileFile(negDir, "refinedSubtyping", xerrors = 2)
- @Test def neg_i0248_inherit_refined = compileFile(negDir, "i0248-inherit-refined", xerrors = 3)
+ @Test def neg_i0248_inherit_refined = compileFile(negDir, "i0248-inherit-refined", xerrors = 4)
@Test def dotc = compileDir(dotcDir + "tools/dotc", twice)(allowDeepSubtypes)
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", twice)