mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enable test for GC.compact to reproduce an issue on CI
This commit is contained in:
parent
7ff4abe650
commit
8c004c7123
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
require 'test/unit'
|
||||
require 'fiddle'
|
||||
|
||||
return
|
||||
|
||||
class TestGCCompact < Test::Unit::TestCase
|
||||
def memory_location(obj)
|
||||
(Fiddle.dlwrap(obj) >> 1)
|
||||
|
|
Loading…
Reference in a new issue