summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/prism/locals_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/prism/locals_test.rb b/test/prism/locals_test.rb
index 950e7118af..0194bc6e5e 100644
--- a/test/prism/locals_test.rb
+++ b/test/prism/locals_test.rb
@@ -33,7 +33,8 @@ module Prism
# Leaving these out until they are supported by parse.y.
"leading_logical.txt",
- "endless_methods_command_call.txt"
+ "endless_methods_command_call.txt",
+ "test_command_method_call_2.txt"
]
Fixture.each(except: except) do |fixture|