We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebdbde commit f0d5662Copy full SHA for f0d5662
test/dotc/tests.scala
@@ -71,5 +71,11 @@ class tests extends CompilerTest {
71
"-Ylog:frontend",
72
"-Xprompt"))
73
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
+
80
//@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
81
}
0 commit comments