Skip to content

Commit 362275e

Browse files
committed
Tastydoc: fix test
1 parent efdd754 commit 362275e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tastydoc/test/dotty/tastydoc/Tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Tests {
1717
@Test def testDocumentation(): Unit = {
1818
Main.main(Array(
1919
"--classpath",
20-
"tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.17/classes",
20+
"tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.21/classes",
2121
"--syntax",
2222
"wiki",
2323
//"markdown",
@@ -74,4 +74,4 @@ class Tests {
7474
"scalaShadowing"
7575
))
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)