aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/test/BaseTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'dottydoc/test/BaseTest.scala')
-rw-r--r--dottydoc/test/BaseTest.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/dottydoc/test/BaseTest.scala b/dottydoc/test/BaseTest.scala
index 0c6fad1c8..7f077d27b 100644
--- a/dottydoc/test/BaseTest.scala
+++ b/dottydoc/test/BaseTest.scala
@@ -17,12 +17,11 @@ trait DottyTest {
val ctx = base.initialCtx.fresh
ctx.setSetting(ctx.settings.language, List("Scala2"))
ctx.setSetting(ctx.settings.YkeepComments, true)
- ctx.setSetting(ctx.settings.YDocNoWrite, true)
base.initialize()(ctx)
ctx
}
- private def compilerWithChecker(assertion: DocASTPhase => Unit) = new DottyDocCompiler {
+ private def compilerWithChecker(assertion: DocASTPhase => Unit) = new DocCompiler {
private[this] val docPhase = new DocASTPhase
override def phases =