Skip to content

Commit f0d5662

Browse files
committed
Add test case for #34
Right now this one fails.
1 parent 0ebdbde commit f0d5662

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/dotc/tests.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,11 @@ class tests extends CompilerTest {
7171
"-Ylog:frontend",
7272
"-Xprompt"))
7373

74+
@Test def testIssue_34 = compileArgs(Array(
75+
dotcDir + "tools/dotc/config/Properties.scala",
76+
dotcDir + "tools/dotc/config/PathResolver.scala",
77+
"-Ylog:frontend",
78+
"-Xprompt"))
79+
7480
//@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
7581
}

0 commit comments

Comments
 (0)