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 f3a72f2 commit 314c3c9Copy full SHA for 314c3c9
compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala
@@ -57,6 +57,7 @@ class CoursierScalaTests:
57
val args = scriptPath
58
val output = CoursierScalaTests.csCmd(args)
59
assertTrue(output.mkString("\n").startsWith("script.path:"))
60
+ assertTrue(output.mkString("\n").endsWith("scriptPath.sc"))
61
scriptPath()
62
63
def version() =
0 commit comments