summaryrefslogtreecommitdiff
path: root/test/ruby/test_weakmap.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 18:18:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 21:35:09 +0900
commit5ec3450438150e7cb05422c04dc18901161a13ea (patch)
treefc6bc9a9c1f416dce9b753fb35c7d01d591ee673 /test/ruby/test_weakmap.rb
parenta4a7bf2a63ee5b54080bfbcc7b2dd745c9991507 (diff)
Remove outdated skips
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5453
Diffstat (limited to 'test/ruby/test_weakmap.rb')
-rw-r--r--test/ruby/test_weakmap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_weakmap.rb b/test/ruby/test_weakmap.rb
index 92a1a57f5b..29225aaf43 100644
--- a/test/ruby/test_weakmap.rb
+++ b/test/ruby/test_weakmap.rb
@@ -59,7 +59,7 @@ class TestWeakMap < Test::Unit::TestCase
assert_weak_include(m, k)
end
GC.start
- pend('TODO: failure introduced from r60440')
+ # pend('TODO: failure introduced from r60440')
assert_not_send([@wm, m, k])
end
alias test_member? test_include?