summaryrefslogtreecommitdiff
path: root/test/disabled/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/run')
-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 8e0c7589ad..ebbc869fb1 100644
--- a/test/disabled/run/docgenerator.scala
+++ b/test/disabled/run/docgenerator.scala
@@ -124,7 +124,7 @@ object Foo2 {
phasesSet += analyzer.namerFactory
phasesSet += analyzer.typerFactory
}
- override def onlyPresentation = true
+ override def forScaladoc = true
}
if (reporter.hasErrors) {
reporter.flush()