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 6361419 commit 5617e3eCopy full SHA for 5617e3e
semanticdb/test/dotty/semanticdb/Tests.scala
@@ -49,9 +49,9 @@ class TastyInspecter extends TastyConsumer {
49
50
class Tests {
51
52
- // TODO: update scala-0.10 on version change (or resolve automatically)
+ // TODO: update scala-0.13 on version change (or resolve automatically)
53
final def tastyClassDirectory =
54
- "out/bootstrap/dotty-semanticdb/scala-0.11/test-classes"
+ "out/bootstrap/dotty-semanticdb/scala-0.12/test-classes"
55
val sourceroot = Paths.get("semanticdb", "input").toAbsolutePath
56
val sourceDirectory = sourceroot.resolve("src/main/scala")
57
0 commit comments