Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harden the ObjectSpace.memsize_of spec
[Bug #20803] `abc` is used a lot across the ruby spec suite, if another test runs before this spec is loaded and create this symbol dynamically (`"abc".to_sym`) the spec will fail. So it's preferable to use a symbol name that is very unlikely to be used elsewhere to avoid flakes.
- Loading branch information