summaryrefslogtreecommitdiff
path: root/test/files/run/t6507.check
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-01 15:56:17 -0400
committerSeth Tisue <seth@tisue.net>2015-07-01 15:56:17 -0400
commit495fdb8119c1941bc210a9b0a186d63971002e22 (patch)
tree2067bf5985fc138577fa7251b0ab7e4a23236a88 /test/files/run/t6507.check
parentc8fbc41631da0a860f749479a610312814c0e88f (diff)
parentfac81d705ff0bfdeb3320fd9e46b6d3d34e47ddf (diff)
downloadscala-495fdb8119c1941bc210a9b0a186d63971002e22.tar.gz
scala-495fdb8119c1941bc210a9b0a186d63971002e22.tar.bz2
scala-495fdb8119c1941bc210a9b0a186d63971002e22.zip
Merge pull request #4576 from som-snytt/issue/9206-more
SI-9206 REPL custom bits
Diffstat (limited to 'test/files/run/t6507.check')
-rw-r--r--test/files/run/t6507.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/t6507.check b/test/files/run/t6507.check
index 5da4aa3a24..75cf392304 100644
--- a/test/files/run/t6507.check
+++ b/test/files/run/t6507.check
@@ -1,8 +1,5 @@
-Type in expressions to have them evaluated.
-Type :help for more information.
scala> :silent
-Switched off result printing.
scala> class A { override def toString() = { println("!"); "A" } }
@@ -15,7 +12,6 @@ scala> b = new A
scala> new A
scala> :silent
-Switched on result printing.
scala> res0
!