summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-05-21 18:34:29 +0900
committerKoichi Sasada <ko1@atdot.net>2019-05-21 18:35:10 +0900
commit3f6b5f447caf8f8ca06d5c170e9266ef20945834 (patch)
treeb54f6adb5841f4203f1deb0291c807b79f5eff87 /test/ruby/test_gc_compact.rb
parent6d93baaedd0e9819d4ddb6637b2d3d539f1fa210 (diff)
re-skip tests of GC.compact.
Diffstat (limited to 'test/ruby/test_gc_compact.rb')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index 5669fd3d6a..d2b2c1bb47 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -2,6 +2,8 @@
require 'test/unit'
require 'fiddle'
+return
+
class TestGCCompact < Test::Unit::TestCase
def memory_location(obj)
(Fiddle.dlwrap(obj) >> 1)