Skip to content

Commit d7c54df

Browse files
kddnewtonmatzbot
authored andcommitted
[ruby/prism] Turn off failing test for parse.y
ruby/prism@cb27f5a70a
1 parent 71067aa commit d7c54df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/prism/locals_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class LocalsTest < TestCase
3333

3434
# Leaving these out until they are supported by parse.y.
3535
"leading_logical.txt",
36-
"endless_methods_command_call.txt"
36+
"endless_methods_command_call.txt",
37+
"test_command_method_call_2.txt"
3738
]
3839

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

0 commit comments

Comments
 (0)