aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-12-15 14:11:42 +0100
committerMartin Odersky <odersky@gmail.com>2015-12-15 17:51:23 +0100
commit9b630fae0d3c772610a2c58d9dbb4b95710c8c68 (patch)
tree7eeab49973e1effc4d7abc2c3f7dc043d67487de /test/dotc/tests.scala
parentee76fda79d446a2d6db51cb4af032a8e92936013 (diff)
downloaddotty-9b630fae0d3c772610a2c58d9dbb4b95710c8c68.tar.gz
dotty-9b630fae0d3c772610a2c58d9dbb4b95710c8c68.tar.bz2
dotty-9b630fae0d3c772610a2c58d9dbb4b95710c8c68.zip
Revise alias rules in type comparisons.
The fix solves two cases where we had a deep subtype before.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index f5012efe9..3787a9c98 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -100,8 +100,6 @@ class tests extends CompilerTest {
@Test def pos_all = compileFiles(posDir) // twice omitted to make tests run faster
- @Test def pos_sets = compileFile(posSpecialDir, "sets")(allowDeepSubtypes)
- @Test def pos_t2613 = compileFile(posSpecialDir, "t2613")(allowDeepSubtypes)
@Test def pos_i871 = compileFile(posSpecialDir, "i871", scala2mode)
@Test def pos_variancesConstr = compileFile(posSpecialDir, "variances-constr", scala2mode)