fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00
This commit is contained in:
parent
02705b27be
commit
ce586107d8
@ -58,7 +58,7 @@ class TestGc < Test::Unit::TestCase
|
||||
|
||||
GC.start # full mark and next time it should be minor mark
|
||||
GC.start(full_mark: false)
|
||||
assert_nil GC.latest_gc_info(:major_by, msg)
|
||||
assert_nil GC.latest_gc_info(:major_by)
|
||||
|
||||
GC.start(full_mark: true)
|
||||
assert_not_nil GC.latest_gc_info(:major_by)
|
||||
|
Loading…
x
Reference in New Issue
Block a user