summaryrefslogtreecommitdiff
path: root/test/ruby/test_weakmap.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 16:40:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 21:35:09 +0900
commita4a7bf2a63ee5b54080bfbcc7b2dd745c9991507 (patch)
treefdaa5d896ef25deaa91594b87add7840b68a2ad5 /test/ruby/test_weakmap.rb
parent56b45e8c8e96210a2c17fde9408d46100f8d89cb (diff)
Use pend for old TODOs
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 46d8b50c03..92a1a57f5b 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
- skip('TODO: failure introduced from r60440')
+ pend('TODO: failure introduced from r60440')
assert_not_send([@wm, m, k])
end
alias test_member? test_include?