Skip to content
  • Peter Zhu's avatar
    7002e776
    Fix Symbol#inspect for GC compaction · 7002e776
    Peter Zhu authored
    The test fails when RGENGC_CHECK_MODE is turned on:
    
        1) Failure:
        TestSymbol#test_inspect_under_gc_compact_stress [test/ruby/test_symbol.rb:123]:
        <":testing"> expected but was
        <":\x00\x00\x00\x00\x00\x00\x00">.
    7002e776
    Fix Symbol#inspect for GC compaction
    Peter Zhu authored
    The test fails when RGENGC_CHECK_MODE is turned on:
    
        1) Failure:
        TestSymbol#test_inspect_under_gc_compact_stress [test/ruby/test_symbol.rb:123]:
        <":testing"> expected but was
        <":\x00\x00\x00\x00\x00\x00\x00">.
Loading