about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 18:29:10 -0800
committerEric Wong <normalperson@yhbt.net>2011-03-10 18:30:22 -0800
commit035bcb9fa5ab9c95bd2f5b0515f74d8d51b87805 (patch)
tree98a2c275fc368c0e6def8d4228d1bcba490c0a9b /test
parent42e8c96aa4e4d2cf3ba82751fcc0487e7e8a0225 (diff)
downloadraindrops-035bcb9fa5ab9c95bd2f5b0515f74d8d51b87805.tar.gz
"Advanced" GCs are typically less aggressive and typically allow
much more memory to be used.
Diffstat (limited to 'test')
-rw-r--r--test/test_raindrops_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_raindrops_gc.rb b/test/test_raindrops_gc.rb
index 209b4ed..9a36027 100644
--- a/test/test_raindrops_gc.rb
+++ b/test/test_raindrops_gc.rb
@@ -34,4 +34,4 @@ class TestRaindropsGc < Test::Unit::TestCase
     assert status.success?
     assert_equal [ 0, 2 ], tmp.to_ary
   end
-end
+end if !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby"