summaryrefslogtreecommitdiff
path: root/test/prism/errors/while_endless_method.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/errors/while_endless_method.txt')
-rw-r--r--test/prism/errors/while_endless_method.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/errors/while_endless_method.txt b/test/prism/errors/while_endless_method.txt
index 6f062d89d0..cdd7ba9aba 100644
--- a/test/prism/errors/while_endless_method.txt
+++ b/test/prism/errors/while_endless_method.txt
@@ -1,5 +1,5 @@
while def f = g do end
^ expected a predicate expression for the `while` statement
^ unexpected end-of-input, assuming it is closing the parent top level context
- ^ expected an `end` to close the `while` statement
+^~~~~ expected an `end` to close the `while` statement