summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-05-21 09:45:28 +0100
committerKoichi Sasada <ko1@atdot.net>2019-05-21 09:45:28 +0100
commit8c004c71235c5ee8b2d4846672788d3089f3e884 (patch)
tree246f74e8a3a9217d8a64f272b1ca2d10efa17eae
parent7ff4abe650038ec4a9fa5fa9e0fbc16ceff7714e (diff)
enable test for GC.compact to reproduce an issue on CI
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index d2b2c1bb47..5669fd3d6a 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -2,8 +2,6 @@
require 'test/unit'
require 'fiddle'
-return
-
class TestGCCompact < Test::Unit::TestCase
def memory_location(obj)
(Fiddle.dlwrap(obj) >> 1)