summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7805-repl-i.check')
-rw-r--r--test/files/run/t7805-repl-i.check3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/t7805-repl-i.check b/test/files/run/t7805-repl-i.check
index 7f66c06a11..24512c0067 100644
--- a/test/files/run/t7805-repl-i.check
+++ b/test/files/run/t7805-repl-i.check
@@ -2,8 +2,7 @@ Loading t7805-repl-i.script...
import util._
Welcome to Scala
-Type in expressions to have them evaluated.
-Type :help for more information.
+Type in expressions for evaluation. Or try :help.
scala> Console println Try(8)
Success(8)