From 035bcb9fa5ab9c95bd2f5b0515f74d8d51b87805 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Mar 2011 18:29:10 -0800 Subject: tests: only do the GC test on MRI "Advanced" GCs are typically less aggressive and typically allow much more memory to be used. --- test/test_raindrops_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" -- cgit v1.2.3-24-ge0c7