aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2014-10-09 09:25:21 +0200
committerGuillaume Martres <smarter@ubuntu.com>2014-10-09 10:17:08 +0200
commitbec85a90dda4c8488e3bbc47bfd0c64c6c3ed774 (patch)
treef25697fd5da92ea49b284dab50a73c0e0ea56f43 /test
parentc12f2ea48e4cdf609a33c1d476c1a4e1d992a356 (diff)
downloaddotty-bec85a90dda4c8488e3bbc47bfd0c64c6c3ed774.tar.gz
dotty-bec85a90dda4c8488e3bbc47bfd0c64c6c3ed774.tar.bz2
dotty-bec85a90dda4c8488e3bbc47bfd0c64c6c3ed774.zip
Fix subtyping of types without symbols
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 c4b34e0e9..82a148c76 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -87,7 +87,7 @@ class tests extends CompilerTest {
@Test def neg_t1843 = compileFile(negDir, "t1843", xerrors = 1)
@Test def neg_t1843_variances = compileFile(negDir, "t1843-variances", xerrors = 1)
@Test def neg_t2994 = compileFile(negDir, "t2994", xerrors = 2)
- @Test def neg_subtyping = compileFile(negDir, "subtyping", xerrors = 1)
+ @Test def neg_subtyping = compileFile(negDir, "subtyping", xerrors = 2)
@Test def neg_variances = compileFile(negDir, "variances", xerrors = 2)
@Test def dotc = compileDir(dotcDir + "tools/dotc", twice)