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:
parent
ff4085d6cf
commit
fa6f4336f3
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Tue Jan 25 07:00:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* string.c (rb_string_value_cstr): rb_str_modify can change
|
* string.c (rb_string_value_cstr): rb_str_modify can change
|
||||||
|
|
|
@ -207,7 +207,7 @@ class TestThread < Test::Unit::TestCase
|
||||||
end.join
|
end.join
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_condvar_nolock_2
|
def test_condvar_nolock_3
|
||||||
mutex = Mutex.new
|
mutex = Mutex.new
|
||||||
condvar = ConditionVariable.new
|
condvar = ConditionVariable.new
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue