summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 26f0f6f937..0df25263bb 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -207,7 +207,7 @@ class TestThread < Test::Unit::TestCase
end.join
end
- def test_condvar_nolock_2
+ def test_condvar_nolock_3
mutex = Mutex.new
condvar = ConditionVariable.new