From 06e18c6e7761c458b33af3471f013a4dd3cee3f1 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Wed, 30 Dec 2015 20:45:21 +0100 Subject: Avoid infinite subtyping checks when intersecting denotations This allows us to run compileStdLib without deep subtypes again. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc') 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 -- cgit v1.2.3