diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2025-09-19 14:34:59 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-09-19 18:35:05 +0000 |
| commit | 642188fb87a42c04d5672f4c9d16644d6cbcb207 (patch) | |
| tree | 60637f69f0660f5e437c24cbe1bfebf90eff8ba1 | |
| parent | d7c54df433c73f46b177dae594a001fc92fe5232 (diff) | |
[ruby/prism] Fix up locals test skip name
https://github.com/ruby/prism/commit/d1b22f59a0
| -rw-r--r-- | test/prism/locals_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/locals_test.rb b/test/prism/locals_test.rb index 0194bc6e5e..9a3224e8ef 100644 --- a/test/prism/locals_test.rb +++ b/test/prism/locals_test.rb @@ -34,7 +34,7 @@ module Prism # Leaving these out until they are supported by parse.y. "leading_logical.txt", "endless_methods_command_call.txt", - "test_command_method_call_2.txt" + "command_method_call_2.txt" ] Fixture.each(except: except) do |fixture| |
