Peter Zhu 2026-02-08 02:49:23 +0000 (Sun, 08 Feb 2026)
New Revision: 40117ea04b
https://github.com/ruby/ruby/commit/40117ea04b
Log:
Use Object for ObjectSpace.dump test
This test fails if BASE_SLOT_SIZE is 32 bytes because Strings occupy 40
bytes. Objects are smaller and would be 40 bytes.
Modified files:
test/objspace/test_objspace.rb