From 5ec3450438150e7cb05422c04dc18901161a13ea Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 16 Jan 2022 18:18:05 +0900 Subject: Remove outdated skips --- test/ruby/test_weakmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_weakmap.rb') 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? -- cgit v1.2.3