diff options
| author | Koichi Sasada <ko1@atdot.net> | 2019-05-21 18:34:29 +0900 |
|---|---|---|
| committer | Koichi Sasada <ko1@atdot.net> | 2019-05-21 18:35:10 +0900 |
| commit | 3f6b5f447caf8f8ca06d5c170e9266ef20945834 (patch) | |
| tree | b54f6adb5841f4203f1deb0291c807b79f5eff87 | |
| parent | 6d93baaedd0e9819d4ddb6637b2d3d539f1fa210 (diff) | |
re-skip tests of GC.compact.
| -rw-r--r-- | test/ruby/test_gc_compact.rb | 2 |
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) |
