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.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-paste-2.check b/test/files/run/repl-paste-2.check
index 6ea8e2f419..bc80615107 100644
--- a/test/files/run/repl-paste-2.check
+++ b/test/files/run/repl-paste-2.check
@@ -44,7 +44,7 @@ scala> res5 + res6
res1: Int = 690
scala> val x = dingus
-<console>:7: error: not found: value dingus
+<console>:10: error: not found: value dingus
val x = dingus
^