summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
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