about summary refs log tree commit homepage
path: root/test/test_raindrops_gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_raindrops_gc.rb')
-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"