This commit is contained in:
Takashi Kokubun 2022-12-26 22:33:00 -08:00
Родитель 4fe5efbf7f
Коммит 5ab8cf3f0d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -348,6 +348,7 @@ class TestShapes < Test::Unit::TestCase
end
def test_basic_shape_transition
omit "Failing with MJIT for some reason" if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
obj = Example.new
shape = RubyVM::Shape.of(obj)
refute_equal(RubyVM::Shape.root_shape, shape)