summaryrefslogtreecommitdiff
path: root/test/files/run/t7634.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7634.check')
-rw-r--r--test/files/run/t7634.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t7634.check b/test/files/run/t7634.check
index 879aea67a2..43128cad95 100644
--- a/test/files/run/t7634.check
+++ b/test/files/run/t7634.check
@@ -1,6 +1,6 @@
-scala> .lines
-res1: List[String] = List(shello, world.)
+scala> .lines.foreach(println)
+shello, world.
scala> :quit