summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-paste-2.check')
-rw-r--r--test/files/run/repl-paste-2.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/repl-paste-2.check b/test/files/run/repl-paste-2.check
index 5b6a84144d..4c589df41a 100644
--- a/test/files/run/repl-paste-2.check
+++ b/test/files/run/repl-paste-2.check
@@ -1,7 +1,7 @@
scala> scala> 999l
-// Detected repl transcript paste: ctrl-D to finish.
+// Detected repl transcript. Paste more, or ctrl-D to finish.
res4: Int = 0123
@@ -42,7 +42,7 @@ scala> res5 + res6
res1: Int = 690
scala> val x = dingus
-<console>:10: error: not found: value dingus
+<console>:11: error: not found: value dingus
val x = dingus
^