summaryrefslogtreecommitdiff
path: root/test/disabled/run/docgenerator.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/run/docgenerator.scala')
-rw-r--r--test/disabled/run/docgenerator.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/run/docgenerator.scala b/test/disabled/run/docgenerator.scala
index 247ad17b45..8e0c7589ad 100644
--- a/test/disabled/run/docgenerator.scala
+++ b/test/disabled/run/docgenerator.scala
@@ -116,7 +116,7 @@ object Foo2 {
// when running that compiler, give it a scala-library to the classpath
docSettings.classpath.value = System.getProperty("java.class.path")
reporter = new ConsoleReporter(docSettings)
- val command = new CompilerCommand(args.toList, docSettings, error, false)
+ val command = new CompilerCommand(args.toList, docSettings)
try {
object compiler extends Global(command.settings, reporter) {
override protected def computeInternalPhases() : Unit = {