summaryrefslogtreecommitdiff
path: root/test/files/run/repl-save.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-save.check')
-rw-r--r--test/files/run/repl-save.check15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/files/run/repl-save.check b/test/files/run/repl-save.check
index 7ed769278f..5f928688d0 100644
--- a/test/files/run/repl-save.check
+++ b/test/files/run/repl-save.check
@@ -1,18 +1,3 @@
-Type in expressions to have them evaluated.
-Type :help for more information.
-
-scala> val i = 7
-i: Int = 7
-
-scala> val j = 8
-j: Int = 8
-
-scala> i * j
-res0: Int = 56
-
-scala> :save repl-save-run.obj/session.repl
-
-scala>
val i = 7
val j = 8
i * j