1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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

@ -1,3 +1,8 @@
Tue Jan 25 07:45:44 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get
rid of method redefined.
Tue Jan 25 07:00:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_string_value_cstr): rb_str_modify can change

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