From d495cf9a0c24fb6ea63acb3e20f35b634814f1aa Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 6 Jan 2014 11:49:48 +0100 Subject: Relax isFullyDefined test Previously, if forceDegree = noBottom, we failed the test if a type variable was minimized to Null or Nothing. Now we succeed and maximize the type variable instead. It seems Scala2x does soemthing similar, at least the change is needed to make PathResolvers.scala compile. --- test/dotc/tests.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 22c557b7d..e612e269d 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -48,4 +48,6 @@ class tests extends CompilerTest { @Test def dotc_settings = compileFile(dotcDir + "tools/dotc/config/", "Settings") @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") @Test def dotc_javaplatform = compileFile(dotcDir + "tools/dotc/config/", "JavaPlatform") + @Test def dotc_outputdirs = compileFile(dotcDir + "tools/dotc/config/", "OutputDirs") + @Test def dotc_pathresolver = compileFile(dotcDir + "tools/dotc/config/", "PathResolver") } \ No newline at end of file -- cgit v1.2.3