summaryrefslogtreecommitdiff
path: root/test/ruby/test_shapes.rb
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-05-12 11:02:17 +0200
committerJean Boussier <[email protected]>2025-05-13 10:35:34 +0200
commita6435befa76c2ae0525147f934bd9cd1914ffb8a ()
tree8acaaa0f4387c6ec27ec8de18acecef1293e773f /test/ruby/test_shapes.rb
parentfa2414f29a410b1d295f06470e9177638032105c (diff)
variable.c: Refactor rb_obj_field_* to take shape_id_t
Notes: Merged: https://.com/ruby/ruby/pull/13314
-rw-r--r--test/ruby/test_shapes.rb2
1 files changed, 1 insertions, 1 deletions
@@ -681,8 +681,8 @@ class TestShapes < Test::Unit::TestCase
id_shape = RubyVM::Shape.of(tc)
refute_equal frozen_shape.id, id_shape.id
assert_predicate id_shape, :too_complex?
- assert_predicate id_shape, :shape_frozen?
assert_predicate id_shape, :has_object_id?
assert_equal 3, tc.very_unique
assert_equal 3, Ractor.make_shareable(tc).very_unique