summaryrefslogtreecommitdiff
path: root/spec/ruby/core
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-05-02 16:08:36 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-05-02 16:08:36 +0200
commita2be428c5fec31b8adbd5ac087e7637ddf7e54d0 (patch)
tree4754c76c0d8f265b54041169dc68376144a36f51 /spec/ruby/core
parentc9213aa864fb8527388679c21f1ea8ce129e2f1a (diff)
Fix ObjectSpace::WeakMap#key? to work if the value is nil
* Fixes [Bug #16826]
Diffstat (limited to 'spec/ruby/core')
-rw-r--r--spec/ruby/core/objectspace/weakmap/shared/include.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/objectspace/weakmap/shared/include.rb b/spec/ruby/core/objectspace/weakmap/shared/include.rb
index 370359e6ca..f9c174b6d1 100644
--- a/spec/ruby/core/objectspace/weakmap/shared/include.rb
+++ b/spec/ruby/core/objectspace/weakmap/shared/include.rb
@@ -21,7 +21,7 @@ describe :weakmap_include?, shared: true do
end
ruby_version_is "2.7" do
- ruby_bug "#16826", "2.7.0"..."2.8.1" do
+ ruby_bug "#16826", "2.7.0"..."2.7.2" do
it "reports true if the pair exists and the value is nil" do
map = ObjectSpace::WeakMap.new
key = Object.new