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.scala6
1 files changed, 6 insertions, 0 deletions
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")
}