1
0
Fork 0
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:
Koichi Sasada 2019-05-21 09:45:28 +01:00
parent 7ff4abe650
commit 8c004c7123

View file

@ -2,8 +2,6 @@
require 'test/unit'
require 'fiddle'
return
class TestGCCompact < Test::Unit::TestCase
def memory_location(obj)
(Fiddle.dlwrap(obj) >> 1)