aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2015-11-09 09:53:27 +0100
committerodersky <odersky@gmail.com>2015-11-09 09:53:27 +0100
commitb3a1626d81385624f1db894a360288b85e8b3585 (patch)
treed796e885f95ba60b2367b619639d9cfd248b025d /test/dotc/tests.scala
parent3d5a2e2987066a1575db2874cf2c4721a1a66de1 (diff)
parent9767782a4766826ef903836609cb34c9bad2df61 (diff)
downloaddotty-b3a1626d81385624f1db894a360288b85e8b3585.tar.gz
dotty-b3a1626d81385624f1db894a360288b85e8b3585.tar.bz2
dotty-b3a1626d81385624f1db894a360288b85e8b3585.zip
Merge pull request #927 from dotty-staging/stdlib-bounds
Drop checking that lower bound is a subtype of upper bound.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index c8cbeec94..1bd37125f 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -108,6 +108,7 @@ class tests extends CompilerTest {
@Test def neg_abstractOverride() = compileFile(negDir, "abstract-override", xerrors = 2)
@Test def neg_blockescapes() = compileFile(negDir, "blockescapesNeg", xerrors = 1)
+ @Test def neg_bounds() = compileFile(negDir, "bounds", xerrors = 2)
@Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)
@Test def neg_typedIdents() = compileDir(negDir, "typedIdents", xerrors = 2)
@Test def neg_assignments() = compileFile(negDir, "assignments", xerrors = 3)