about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-05 15:38:00 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-05 15:58:11 -0700
commit43190caf48309fa6aa5423d2d1ae5c320ad07fb5 (patch)
treea9a536c5430e6acc5336a625d061b8b0f3d0fb89
parent9c98bbd79f152fd72b257f9c37ca185587e56225 (diff)
downloadkgio-43190caf48309fa6aa5423d2d1ae5c320ad07fb5.tar.gz
These aren't well-defined semantics...
-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"