aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-15 01:31:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-15 01:31:43 +0000
commit9f9201b85d282d6f1f1999bfab7ac22b26e2d768 (patch)
tree58a514ba2fa645500ebd4f8b4014414f812eb05d /test/ruby/test_thread.rb
parent724e683e86f19cda02dfe3906fdf5adca539b94b (diff)
downloadruby-9f9201b85d282d6f1f1999bfab7ac22b26e2d768.tar.gz
* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35026 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 f7b33c30ec..16af922e98 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -137,7 +137,7 @@ class TestThread < Test::Unit::TestCase
# mutex = Mutex.new
# cv = ConditionVariable.new
#
-# assert_raises(fatal) {
+# assert_raise(fatal) {
# mutex.lock
# cv.wait mutex
# mutex.unlock