summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2015-06-25 10:16:58 -0700
committerSom Snytt <som.snytt@gmail.com>2015-06-25 13:07:00 -0700
commitfac81d705ff0bfdeb3320fd9e46b6d3d34e47ddf (patch)
treeeccc4aa950ce91fce9ba8a73abc57dee08f9f36d /test/files/run/t7805-repl-i.check
parent91243694982f10d6061edac562b9af32b7bc9f4f (diff)
downloadscala-fac81d705ff0bfdeb3320fd9e46b6d3d34e47ddf.tar.gz
scala-fac81d705ff0bfdeb3320fd9e46b6d3d34e47ddf.tar.bz2
scala-fac81d705ff0bfdeb3320fd9e46b6d3d34e47ddf.zip
SI-9206 De-perk the welcome message
The welcome message defaults to a sober header followed by one line of instructions.
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 977de0b047..24512c0067 100644
--- a/test/files/run/t7805-repl-i.check
+++ b/test/files/run/t7805-repl-i.check
@@ -1,8 +1,7 @@
Loading t7805-repl-i.script...
import util._
-Welcome to Scala!
-version
+Welcome to Scala
Type in expressions for evaluation. Or try :help.
scala> Console println Try(8)