We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3476fc8 commit 68620cdCopy full SHA for 68620cd
compiler/test-resources/scripting/scriptPath.sc
@@ -16,8 +16,6 @@
16
val pathEntries = System.getenv("PATH").split(psep).toList
17
System.err.printf("sun.java.command: %s\n", sys.props("sun.java.command"))
18
System.err.printf("first 5 PATH entries:\n%s\n",pathEntries.take(5).mkString("\n"))
19
- printf("script.path: %s\n",path.norm)
20
- assert(path.endsWith("scriptPath.sc"),s"actual path [$path]")
21
}
22
23
extension(s: String)
0 commit comments