1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Weakmap failure is still pending

This commit is contained in:
Nobuyoshi Nakada 2022-01-16 22:43:04 +09:00
parent 1550756849
commit 4cd6fd338f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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?