aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 13:35:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 13:35:05 +0000
commit1bddcc72f6e6f7cd5708d9ae34aa3b4a6bbde6c1 (patch)
tree177f7f0afaf23e76dc341cc588a22369051cc161 /test/ruby/test_thread.rb
parent9920da55936adc025fb65bc00d2973cf0d952d87 (diff)
downloadruby-1bddcc72f6e6f7cd5708d9ae34aa3b4a6bbde6c1.tar.gz
fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_thread.rb')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index 454229ae85..6626ce2409 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -591,7 +591,7 @@ class TestThread < Test::Unit::TestCase
dummy_for_check_ints=nil
end
end
-
+
def test_async_interrupt_blocking
r=:ng
e=Class.new(Exception)