From ec7f7f525dfa335ef36b604bc3f1ccd2ec4679db Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 3 Apr 2015 18:55:28 +0200 Subject: Fixed test failure for core_pickling. When reading external symbols from class Object, need to consider members of Any as well. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 9294389b1..3a55dfba2 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -135,7 +135,7 @@ class tests extends CompilerTest { // class file 'target/scala-2.11/dotty_2.11-0.1-SNAPSHOT.jar(dotty/tools/dotc/core/ConstraintHandling$$anon$1.class)' // has location not matching its contents: contains class $anon - @Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", failedOther)(allowDeepSubtypes) + @Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling")(allowDeepSubtypes) // exception caught when loading class ClassfileParser$$anon$1: dotty.tools.dotc.core.Denotations$NotDefinedHere: // demanding denotation of module class ClassfileParser$$anon$1$ at phase frontend(1) outside defined interval: // defined periods are Period(31..36, run = 2) Period(3..24, run = 2) Period(25..26, run = 2) -- cgit v1.2.3