Skip to content

Commit d654d58

Browse files
committed
Revert "Add debug info for flaky test_warmup_frees_pages"
This reverts commit db3b814. This debugging information is no longer needed.
1 parent c201dbc commit d654d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ def test_warmup_frees_pages
27762776
27772777
# Number of pages freed should cause equal increase in number of allocatable pages.
27782778
assert_equal(total_pages_before, GC.stat(:heap_eden_pages) + GC.stat(:heap_allocatable_pages))
2779-
assert_equal(0, GC.stat(:heap_tomb_pages), GC.stat)
2779+
assert_equal(0, GC.stat(:heap_tomb_pages))
27802780
assert_operator(GC.stat(:total_freed_pages), :>, 0)
27812781
end;
27822782
end

0 commit comments

Comments
 (0)