git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2019-04-20 09:29:19 +00:00
Родитель d4a555d441
Коммит 66ae3bd559
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,8 @@ class TestGCCompact < Test::Unit::TestCase
end
def test_many_collisions
skip if RubyVM::MJIT.enabled?
list_of_objects = big_list
ids = list_of_objects.map(&:object_id)
addresses = list_of_objects.map(&self.:memory_location)