diff options
author | Jean Boussier <[email protected]> | 2025-05-12 11:02:17 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-05-13 10:35:34 +0200 |
commit | a6435befa76c2ae0525147f934bd9cd1914ffb8a () | |
tree | 8acaaa0f4387c6ec27ec8de18acecef1293e773f /test/ruby/test_shapes.rb | |
parent | fa2414f29a410b1d295f06470e9177638032105c (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.rb | 2 |
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 |