We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdd754 commit 362275eCopy full SHA for 362275e
tastydoc/test/dotty/tastydoc/Tests.scala
@@ -17,7 +17,7 @@ class Tests {
17
@Test def testDocumentation(): Unit = {
18
Main.main(Array(
19
"--classpath",
20
- "tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.17/classes",
+ "tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.21/classes",
21
"--syntax",
22
"wiki",
23
//"markdown",
@@ -74,4 +74,4 @@ class Tests {
74
"scalaShadowing"
75
))
76
}
77
-}
+}
0 commit comments