aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-06 07:43:43 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-06 07:43:43 +0100
commit7b30d5b7a9fe7d89a252d8d9a07fd4c009e49a0d (patch)
tree86ac57d6e04b549516fe6c1c9e817419120c57d6 /test/dotc/tests.scala
parent3fa986d52281fb3ece27e825d56e2723ae97d84b (diff)
downloaddotty-7b30d5b7a9fe7d89a252d8d9a07fd4c009e49a0d.tar.gz
dotty-7b30d5b7a9fe7d89a252d8d9a07fd4c009e49a0d.tar.bz2
dotty-7b30d5b7a9fe7d89a252d8d9a07fd4c009e49a0d.zip
Exclude inaccessible definitions from contextual implicit search.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
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