From fa6f4336f39c2e7f4692ecf791c25a56d7c36a46 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 24 Jan 2011 22:50:18 +0000 Subject: * 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 --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3