Skip to content

Commit

Permalink
Change version guard in language/for_spec to ruby_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Jun 25, 2024
1 parent 3563e4f commit 23ece14
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 23ece14

Please sign in to comment.