Skip to content

Commit 375c8cf

Browse files
committed
Suppress inline in dottydoc test of standard library
1 parent a2860cc commit 375c8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dottydoc/test/BaseTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ trait DottyTest {
1818
val ctx = base.initialCtx.fresh
1919
ctx.setSetting(ctx.settings.language, List("Scala2"))
2020
ctx.setSetting(ctx.settings.YkeepComments, true)
21+
ctx.setSetting(ctx.settings.YnoInline, true)
2122
base.initialize()(ctx)
2223
ctx
2324
}

0 commit comments

Comments
 (0)