summaryrefslogtreecommitdiff
path: root/test/files/run/repl-bare-expr.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-bare-expr.check')
-rw-r--r--test/files/run/repl-bare-expr.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/repl-bare-expr.check b/test/files/run/repl-bare-expr.check
index a92243c7c0..97ae208ff4 100644
--- a/test/files/run/repl-bare-expr.check
+++ b/test/files/run/repl-bare-expr.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> 2 ; 3
<console>:7: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
2 ;;
@@ -50,5 +48,3 @@ scala> Bovine.x
res4: List[Any] = List(Ruminant(5), Cow, Moooooo)
scala>
-
-scala>