diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 47b256a4c4..b9b10c932c 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -201,6 +201,8 @@ class TestProc < Test::Unit::TestCase end def test_hash_does_not_change_after_compaction + omit "compaction is not supported on this platform" unless GC.respond_to?(:compact) + # [Bug #20853] [ "proc {}", # iseq backed proc