summaryrefslogtreecommitdiff
path: root/test/files/run/t6507.check
diff options
context:
space:
mode:
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
!