Skip to content

Commit fa11552

Browse files
committed
Remove repl bin; rename flag
[Cherry-picked 28c877f][modified]
1 parent db49c88 commit fa11552

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/test/dotty/tools/scripting/BashExitCodeTests.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class BashExitCodeTests:
3030
def scala(args: String*) = verifyExit(scalaPath, args*)
3131
def scalacRaw(args: String*) = verifyExit(scalacPath, args*)
3232
def scalac(args: String*) = scalacRaw(("-d" +: tmpDir +: args)*)
33-
def repl(args: String*) = verifyExit(scalaPath, "--power", "repl", "--offline", "--", args*)
3433

3534
/** The path to the test file for this class. */
3635
def f(body: String, suffix: String = ".scala"): String =
@@ -63,8 +62,6 @@ class BashExitCodeTests:
6362
@Test def xPluginList = scala("-Xplugin-list")(0)
6463
@Test def vPhases = scala("-Vphases")(0)
6564

66-
@Test def replEval = repl("--repl-quit-after-init", "--repl-init-script", "\'println(\"Hello from init script!\"); val i = 2 * 2\'")(0)
67-
6865
/** A utility for running two commands in a row, like you do in bash. */
6966
extension (inline u1: Unit) inline def & (inline u2: Unit): Unit = { u1; u2 }
7067
end BashExitCodeTests

0 commit comments

Comments
 (0)