summaryrefslogtreecommitdiff
path: root/test/ruby/test_shapes.rb
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2023-11-29 08:59:53 -0500
committerPeter Zhu <[email protected]>2023-11-29 08:59:53 -0500
commit38e6442f8cf7bc70f8f1262d591011dc78b337d9 ()
tree1a7b760e6efdca3931c0c3ee2ecd3b0c40a1b80f /test/ruby/test_shapes.rb
parent2af82e23165180f20ca2af374aedb7a45dedcc20 (diff)
Add missing assertion in test_use_all_shapes_then_freeze
-rw-r--r--test/ruby/test_shapes.rb3
1 files changed, 2 insertions, 1 deletions
@@ -215,7 +215,8 @@ class TestShapes < Test::Unit::TestCase
i += 1
end
obj.freeze
- obj.frozen?
end;
end