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:
parent
1550756849
commit
4cd6fd338f
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue