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 7c4a701 commit fbd34ecCopy full SHA for fbd34ec
compiler/test/dotty/tools/scripting/BashExitCodeTests.scala
@@ -32,7 +32,7 @@ class BashExitCodeTests:
32
s"expected $expectedExitCode but got $exitCode${pp("out", stdout)}${pp("err", stderr)}"
33
}, expectedExitCode, exitCode)
34
35
- // Helpers for running scala, scalac, scalac, and repl without the output directory ("raw")
+ // Helpers for running scala, scalac and repl without the output directory ("raw")
36
def scala(args: String*) = verifyExit(scalaPath, ("--power" +: args :+ "--offline" :+ "--server=false")*)
37
def scalacRaw(args: String*) = verifyExit(scalacPath, args*)
38
def scalac(args: String*) = scalacRaw(("-d" +: tmpDir +: args)*)
0 commit comments