Skip to content

Commit abe51a1

Browse files
committed
Fix guard
1 parent b721b62 commit abe51a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/module/ruby2_keywords_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def kwargs(**kw)
7979
after_usage.should == h
8080
after_usage.should_not.equal?(h)
8181
after_usage.should_not.equal?(marked)
82-
ruby_bug "#18625", ""..."3.2" do
82+
ruby_bug "#18625", ""..."3.3" do # might be fixed in 3.2
8383
Hash.ruby2_keywords_hash?(after_usage).should == false
8484
end
8585
Hash.ruby2_keywords_hash?(marked).should == true

0 commit comments

Comments
 (0)