From d3098d2068770f8bdeca8fda06736cbebb8d3a5b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 Nov 2024 12:14:49 +0900 Subject: Removed extra assertions for Ruby 3.2 --- test/ruby/test_gc_compact.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 8beae17b86..3ccd2deb07 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -382,7 +382,6 @@ class TestGCCompact < Test::Unit::TestCase stats = GC.verify_compaction_references(expand_heap: true, toward: :empty) assert_operator(stats.dig(:moved_up, :T_OBJECT) || 0, :>=, OBJ_COUNT) - refute_empty($ary.keep_if { |o| ObjectSpace.dump(o).include?('"embedded":true') }) end; end -- cgit v1.2.3