aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2014-11-18 16:03:15 +0100
committerGuillaume Martres <smarter@ubuntu.com>2014-11-18 16:36:02 +0100
commitc02811a66e962269e0423aa808d1cee82393f830 (patch)
tree2a61733a9268a29020d4eee96a02c55168c2897b /test/dotc/tests.scala
parent59c3848c052fdd64e1232f12c5c5b97a0288849c (diff)
downloaddotty-c02811a66e962269e0423aa808d1cee82393f830.tar.gz
dotty-c02811a66e962269e0423aa808d1cee82393f830.tar.bz2
dotty-c02811a66e962269e0423aa808d1cee82393f830.zip
Add tests for the overriding of types
These tests work correctly since 222e9a478f7b851582550973df6a9d141766e49a
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 fd860aa53..8553ecb29 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -76,7 +76,7 @@ class tests extends CompilerTest {
@Test def neg_autoTupling2 = compileFile(negDir, "autoTuplingTest", xerrors = 4)
@Test def neg_companions = compileFile(negDir, "companions", xerrors = 1)
@Test def neg_over = compileFile(negDir, "over", xerrors = 1)
- @Test def neg_overrides = compileFile(negDir, "overrides", xerrors = 5)
+ @Test def neg_overrides = compileFile(negDir, "overrides", xerrors = 7)
@Test def neg_projections = compileFile(negDir, "projections", xerrors = 1)
@Test def neg_i39 = compileFile(negDir, "i39", xerrors = 1)
@Test def neg_i50_volatile = compileFile(negDir, "i50-volatile", xerrors = 4)