Skip to content

Commit 4c22d66

Browse files
committed
Correct test
1 parent 5af4727 commit 4c22d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/test/dotty/tools/scaladoc/no-link-warnings/NoLinkWarningsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class NoLinkWarningsTest extends ScaladocTest("noLinkWarnings"):
88
tastyFiles = tastyFiles(name),
99
output = getTempDir().getRoot,
1010
projectVersion = Some("1.0"),
11-
noLinkWarnings = true
11+
includeNoLinkWarnings = true
1212
)
1313

1414
override def runTest = afterRendering {

0 commit comments

Comments
 (0)