Skip to content

Commit a581ed2

Browse files
committed
Disable now-broken test
This test case has incorrect location information: ```rb foo do |(*args)| "block with multi-target rest args" end ```
1 parent bccbb96 commit a581ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ pipeline_tests(
568568
"prism_regression/call_implicit_kw_args.rb",
569569
"prism_regression/literal_hash.rb",
570570
"prism_regression/multi_target.rb",
571+
"prism_regression/call_block_param.rb",
571572
],
572573
),
573574
"PrismPosTests",

0 commit comments

Comments
 (0)