summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2025-05-12 11:02:17 +0200
committerJean Boussier <jean.boussier@gmail.com>2025-05-13 10:35:34 +0200
commita6435befa76c2ae0525147f934bd9cd1914ffb8a (patch)
tree8acaaa0f4387c6ec27ec8de18acecef1293e773f /test/ruby
parentfa2414f29a410b1d295f06470e9177638032105c (diff)
variable.c: Refactor rb_obj_field_* to take shape_id_t
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13314
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_shapes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_shapes.rb b/test/ruby/test_shapes.rb
index 94670a4055..0458b3235b 100644
--- a/test/ruby/test_shapes.rb
+++ b/test/ruby/test_shapes.rb
@@ -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_predicate id_shape, :shape_frozen?
assert_equal 3, tc.very_unique
assert_equal 3, Ractor.make_shareable(tc).very_unique