summaryrefslogtreecommitdiff
path: root/test/ruby/test_weakmap.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 22:43:04 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 22:43:04 +0900
commit4cd6fd338f71278bab5798a556a76c4e1588b892 (patch)
treea8f650533d6ea29c8c0b77c841759e75bd474459 /test/ruby/test_weakmap.rb
parent155075684944e457396d3b5018c20e0acd0bfbb0 (diff)
Weakmap failure is still pending
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 29225aaf43..4c91661f86 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 837fd5e494731d7d44786f29e7d6e8c27029806f')
assert_not_send([@wm, m, k])
end
alias test_member? test_include?