summaryrefslogtreecommitdiff
path: root/test/files/run/repl-assign.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-assign.check')
-rw-r--r--test/files/run/repl-assign.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/repl-assign.check b/test/files/run/repl-assign.check
index c6b0458f04..bdc7793c37 100644
--- a/test/files/run/repl-assign.check
+++ b/test/files/run/repl-assign.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> var x = 10
x: Int = 10
@@ -16,5 +14,3 @@ scala> y = 13
y: Int = 13
scala>
-
-scala>