Skip to content

Commit

Permalink
Merge pull request #1167 from herwinw/language_for_ruby_bug
Browse files Browse the repository at this point in the history
Change version guard in language/for_spec to ruby_bug
  • Loading branch information
andrykonchin committed Jun 25, 2024
2 parents 3563e4f + 23ece14 commit 78bbeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/for_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class OFor
end

# Segfault in MRI 3.3 and lower: https://bugs.ruby-lang.org/issues/20468
ruby_version_is "3.4" do
ruby_bug "#20468", ""..."3.4" do
it "allows an attribute with safe navigation as an iterator name" do
class OFor
attr_accessor :target
Expand Down

0 comments on commit 78bbeaa

Please sign in to comment.