Skip to content

Commit 973df41

Browse files
committed
Backport 2c8364b to compatibility_tests/v3.0.0
1 parent d95f630 commit 973df41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby/compatibility_tests/v3.0.0/tests/repeated_field_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_acts_like_an_array
2020
:iter_for_each_with_index, :dimensions, :copy_data, :copy_data_simple,
2121
:nitems, :iter_for_reverse_each, :indexes, :append, :prepend]
2222
arr_methods -= [:union, :difference, :filter!]
23+
arr_methods -= [:intersection, :deconstruct] # ruby 2.7 methods we can ignore
2324
arr_methods.each do |method_name|
2425
assert m.repeated_string.respond_to?(method_name) == true, "does not respond to #{method_name}"
2526
end

0 commit comments

Comments
 (0)