summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-24 22:50:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-24 22:50:18 +0000
commitfa6f4336f39c2e7f4692ecf791c25a56d7c36a46 (patch)
treefe7be148e9d4704a42fc72d262fbc71554582e21 /test
parentff4085d6cffbd034eab914cd74e756b8544a0d18 (diff)
* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of method redefined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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