diff options
| author | Nikita Vasilevsky <nikita.vasilevsky@shopify.com> | 2024-02-06 18:14:27 +0000 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-02-06 14:56:10 -0500 |
| commit | c3403322df7d81cd9426310bd7833d005b2a7ac7 (patch) | |
| tree | b336183d5a45d0595cd60f817ebc279e26c82ab6 /test/ruby | |
| parent | c1bc7147200b5e47816388f1d304454f25e50bcb (diff) | |
[PRISM] Use block node location when building block iseq
Co-Authored-By: Kevin Newton <kddnewton@gmail.com>
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_proc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 8d6ebf5dcb..2f91da8aa8 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -1846,4 +1846,3 @@ class TestProcKeywords < Test::Unit::TestCase assert_raise(ArgumentError) { (f >> g).call(**{})[:a] } end end - |
