summaryrefslogtreecommitdiff
path: root/test/prism/errors/command_call_in.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/errors/command_call_in.txt')
-rw-r--r--test/prism/errors/command_call_in.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/prism/errors/command_call_in.txt b/test/prism/errors/command_call_in.txt
index a4357028c6..2b7286abc3 100644
--- a/test/prism/errors/command_call_in.txt
+++ b/test/prism/errors/command_call_in.txt
@@ -1,7 +1,6 @@
foo 1 in a
- ^ unexpected `in` keyword in arguments
- ^ unexpected local variable or method, expecting end-of-input
+ ^~ unexpected 'in', expecting end-of-input
+ ^~ unexpected 'in', ignoring it
a = foo 2 in b
- ^ unexpected `in` keyword in arguments
- ^ unexpected local variable or method, expecting end-of-input
+ ^~ unexpected 'in', expecting end-of-input