Skip to content

Commit 78cce78

Browse files
committed
parallel sweep: remove a test from test_tracepoint.rb that no longer makes sense
1 parent 8bfa0f5 commit 78cce78

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/-ext-/tracepoint/test_tracepoint.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_tracks_objspace_count
4747
assert_operator stat2[:total_allocated_objects] - stat1[:total_allocated_objects], :>=, newobj_count
4848
assert_operator 1_000_000, :<=, newobj_count
4949

50-
assert_operator stat2[:total_freed_objects] + stat2[:heap_final_slots] - stat1[:total_freed_objects], :>=, free_count
5150
assert_operator stat2[:count] - stat1[:count], :==, gc_start_count
5251

5352
assert_operator gc_start_count, :==, gc_end_mark_count

0 commit comments

Comments
 (0)