summaryrefslogtreecommitdiff
path: root/test/files/run/repl-save.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-save.scala')
-rw-r--r--test/files/run/repl-save.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/run/repl-save.scala b/test/files/run/repl-save.scala
index c98e6aebc3..8a3a887a8c 100644
--- a/test/files/run/repl-save.scala
+++ b/test/files/run/repl-save.scala
@@ -2,9 +2,7 @@ import scala.tools.partest.SessionTest
object Test extends SessionTest {
def session =
-s"""|Type in expressions to have them evaluated.
- |Type :help for more information.
- |
+s"""|
|scala> val i = 7
|i: Int = 7
|