From 7b30d5b7a9fe7d89a252d8d9a07fd4c009e49a0d Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 6 Jan 2014 07:43:43 +0100 Subject: Exclude inaccessible definitions from contextual implicit search. --- test/dotc/tests.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index e574dd1a6..22c557b7d 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -47,4 +47,5 @@ class tests extends CompilerTest { @Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast") @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") } \ No newline at end of file -- cgit v1.2.3