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.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/run/t6507.check b/test/files/run/t6507.check
index 5da4aa3a24..3ca5e8e55c 100644
--- a/test/files/run/t6507.check
+++ b/test/files/run/t6507.check
@@ -2,7 +2,6 @@ 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 +14,6 @@ scala> b = new A
scala> new A
scala> :silent
-Switched on result printing.
scala> res0
!