about summary refs log tree commit homepage
path: root/test/test_cross_thread_close.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cross_thread_close.rb')
-rw-r--r--test/test_cross_thread_close.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cross_thread_close.rb b/test/test_cross_thread_close.rb
index d1115d4..05c32de 100644
--- a/test/test_cross_thread_close.rb
+++ b/test/test_cross_thread_close.rb
@@ -23,4 +23,4 @@ class TestCrossThreadClose < Test::Unit::TestCase
     thr.join
     assert_kind_of IOError, thr.value
   end
-end
+end if defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby"