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 28c877f commit e8b1d1eCopy full SHA for e8b1d1e
compiler/test/dotty/tools/scripting/BashExitCodeTests.scala
@@ -36,7 +36,7 @@ class BashExitCodeTests:
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)*)
39
- def repl(args: String*) = verifyExit(scalaPath, "--power", "repl", "--offline", "--", args*)
+ def repl(args: String*) = verifyExit(scalaPath, ("--power" +: "repl" +: "--offline" +: "--" +: args)*)
40
41
/** The path to the test file for this class. */
42
def f(body: String, suffix: String = ".scala"): String =
0 commit comments