Skip to content

Commit 642188f

Browse files
kddnewtonmatzbot
authored andcommitted
[ruby/prism] Fix up locals test skip name
ruby/prism@d1b22f59a0
1 parent d7c54df commit 642188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prism/locals_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class LocalsTest < TestCase
3434
# Leaving these out until they are supported by parse.y.
3535
"leading_logical.txt",
3636
"endless_methods_command_call.txt",
37-
"test_command_method_call_2.txt"
37+
"command_method_call_2.txt"
3838
]
3939

4040
Fixture.each(except: except) do |fixture|

0 commit comments

Comments
 (0)