mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix 6e271e4cbb
This commit is contained in:
parent
02705b27be
commit
ce586107d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue