Skip to content

Commit

Permalink
Merge pull request #2057 from Shopify/at-visitor-test
Browse files Browse the repository at this point in the history
Remove unused variables from Visitor test
  • Loading branch information
soutaro authored Oct 11, 2024
2 parents 980086a + fe5345b commit 61b6bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rbs/ast/visitor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def visit_member_method_definition(node)

def parse_rbs_string(rbs)
rbs = RBS::Buffer.new(content: rbs, name: "-")
buffer, directives, declarations = RBS::Parser.parse_signature(rbs)
_, _, declarations = RBS::Parser.parse_signature(rbs)
declarations
end
end

0 comments on commit 61b6bdc

Please sign in to comment.