diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-02-16 13:44:56 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-02-16 20:41:52 +0000 |
| commit | 13301587cf04b39ab8683f146ebf6d252d7ff728 (patch) | |
| tree | b6d461dfce3006b4ecbd607b4cf8a398c18aca1f /test | |
| parent | 429338a20c4e8472b02bf2092007fdf597c541de (diff) | |
[ruby/prism] Fix block_pass for []=
https://github.com/ruby/prism/commit/bf79206220
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/parser_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prism/parser_test.rb b/test/prism/parser_test.rb index 853ac536ee..087cf72292 100644 --- a/test/prism/parser_test.rb +++ b/test/prism/parser_test.rb @@ -46,7 +46,6 @@ module Prism # These files are either failing to parse or failing to translate, so we'll # skip them for now. skip_all = %w[ - arrays.txt constants.txt dash_heredocs.txt dos_endings.txt |
