From f0d5662e3f8668ed33bc7442951558d861e56073 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 3 Mar 2014 17:45:13 +0100 Subject: Add test case for #34 Right now this one fails. --- test/dotc/tests.scala | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 9132ce9c4..4e7d277dd 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -71,5 +71,11 @@ class tests extends CompilerTest { "-Ylog:frontend", "-Xprompt")) + @Test def testIssue_34 = compileArgs(Array( + dotcDir + "tools/dotc/config/Properties.scala", + dotcDir + "tools/dotc/config/PathResolver.scala", + "-Ylog:frontend", + "-Xprompt")) + //@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") } -- cgit v1.2.3