* 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
This commit is contained in:
kazu 2011-01-24 22:50:18 +00:00
parent ff4085d6cf
commit fa6f4336f3
2 changed files with 6 additions and 1 deletions

View file

@ -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