aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/errors_test.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-12 11:38:57 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-13 15:31:30 -0400
commit11e946da2fa1af217a78c631cfbd88db5d0b5148 (patch)
tree83e22b488c3a91e77ac8f23c1059be6432470036 /test/prism/errors_test.rb
parentd06523bc52a4486db4193d7a6771e76c31157777 (diff)
downloadruby-11e946da2fa1af217a78c631cfbd88db5d0b5148.tar.gz
[ruby/prism] Fix up PR failings
https://github.com/ruby/prism/commit/11255f636e
Diffstat (limited to 'test/prism/errors_test.rb')
-rw-r--r--test/prism/errors_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/errors_test.rb b/test/prism/errors_test.rb
index e2f56ff07e..e043c59125 100644
--- a/test/prism/errors_test.rb
+++ b/test/prism/errors_test.rb
@@ -136,7 +136,7 @@ module Prism
source = "<<-END + /b\nEND\n"
assert_errors expression(source), source, [
- ["Expected a closing delimiter for the regular expression", 10..10]
+ ["Expected a closing delimiter for the regular expression", 16..16]
]
end