aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-12-30 20:45:21 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-01-18 16:49:16 +0100
commit06e18c6e7761c458b33af3471f013a4dd3cee3f1 (patch)
tree21e8cf8e21ebdca1cef7252d5cdc83de407ba66b /test/dotc/tests.scala
parent3c29bbe7953f31f35dd404577cd04b4de95f74bb (diff)
downloaddotty-06e18c6e7761c458b33af3471f013a4dd3cee3f1.tar.gz
dotty-06e18c6e7761c458b33af3471f013a4dd3cee3f1.tar.bz2
dotty-06e18c6e7761c458b33af3471f013a4dd3cee3f1.zip
Avoid infinite subtyping checks when intersecting denotations
This allows us to run compileStdLib without deep subtypes again.
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 bc212bdca..029387333 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -186,7 +186,7 @@ class tests extends CompilerTest {
.filter(_.nonEmpty)
.toList
- @Test def compileStdLib = compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)(allowDeepSubtypes)
+ @Test def compileStdLib = compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)
@Test def compileMixed = compileLine(
"""tests/pos/B.scala
|./scala-scala/src/library/scala/collection/immutable/Seq.scala