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.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/t7805-repl-i.check b/test/files/run/t7805-repl-i.check
index 7f66c06a11..977de0b047 100644
--- a/test/files/run/t7805-repl-i.check
+++ b/test/files/run/t7805-repl-i.check
@@ -1,9 +1,9 @@
Loading t7805-repl-i.script...
import util._
-Welcome to Scala
-Type in expressions to have them evaluated.
-Type :help for more information.
+Welcome to Scala!
+version
+Type in expressions for evaluation. Or try :help.
scala> Console println Try(8)
Success(8)