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.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t7805-repl-i.check b/test/files/run/t7805-repl-i.check
new file mode 100644
index 0000000000..eecfff079a
--- /dev/null
+++ b/test/files/run/t7805-repl-i.check
@@ -0,0 +1,11 @@
+Loading t7805-repl-i.script...
+import util._
+
+Welcome to Scala
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> Console println Try(8)
+Success(8)
+
+scala>