aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-02-01 13:03:15 +0100
committerMartin Odersky <odersky@gmail.com>2016-02-09 09:43:07 +0100
commitd34256c14a507dbdaea10bd83e8006cdafb9c799 (patch)
tree4cea7ab1c0346ec18a40ee32f44bd5c959a91f27 /test
parent20fc6bd93c543f98da39a165437234670505f860 (diff)
downloaddotty-d34256c14a507dbdaea10bd83e8006cdafb9c799.tar.gz
dotty-d34256c14a507dbdaea10bd83e8006cdafb9c799.tar.bz2
dotty-d34256c14a507dbdaea10bd83e8006cdafb9c799.zip
Handle paths of length > 1 for realizability checking
Diffstat (limited to 'test')
-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 8c61f56b7..be457d916 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -162,7 +162,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_i1050 = compileFile(negDir, "i1050", xerrors = 11)
+ @Test def neg_i1050 = compileFile(negDir, "i1050", xerrors = 14)
@Test def neg_i1050a = compileFile(negDir, "i1050a", xerrors = 2)
@Test def neg_moduleSubtyping = compileFile(negDir, "moduleSubtyping", xerrors = 4)
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)