summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-6812.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/run/SI-6812.scala')
-rw-r--r--test/scaladoc/run/SI-6812.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaladoc/run/SI-6812.scala b/test/scaladoc/run/SI-6812.scala
index 059c327e7e..6893e816d0 100644
--- a/test/scaladoc/run/SI-6812.scala
+++ b/test/scaladoc/run/SI-6812.scala
@@ -19,6 +19,6 @@ object Test extends ScaladocModelTest {
"""
def scaladocSettings = ""
- override def extraSettings = super.extraSettings + " -Ymacro-no-expand"
+ override def extraSettings = super.extraSettings + " -Ymacro-no-expand -deprecation"
def testModel(root: Package) = ()
}