aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
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