From abe51a1595ec6b9aae984c7fe8ba6715b3cdb51a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 28 Mar 2022 17:01:50 +0200 Subject: [PATCH] Fix guard --- core/module/ruby2_keywords_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/ruby2_keywords_spec.rb b/core/module/ruby2_keywords_spec.rb index 0f677ff935..6de3fdec80 100644 --- a/core/module/ruby2_keywords_spec.rb +++ b/core/module/ruby2_keywords_spec.rb @@ -79,7 +79,7 @@ def kwargs(**kw) after_usage.should == h after_usage.should_not.equal?(h) after_usage.should_not.equal?(marked) - ruby_bug "#18625", ""..."3.2" do + ruby_bug "#18625", ""..."3.3" do # might be fixed in 3.2 Hash.ruby2_keywords_hash?(after_usage).should == false end Hash.ruby2_keywords_hash?(marked).should == true