diff options
author | Peter Zhu <[email protected]> | 2023-11-29 08:59:53 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-11-29 08:59:53 -0500 |
commit | 38e6442f8cf7bc70f8f1262d591011dc78b337d9 () | |
tree | 1a7b760e6efdca3931c0c3ee2ecd3b0c40a1b80f | |
parent | 2af82e23165180f20ca2af374aedb7a45dedcc20 (diff) |
Add missing assertion in test_use_all_shapes_then_freeze
-rw-r--r-- | test/ruby/test_shapes.rb | 3 |
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 |