Skip to content

Commit

Permalink
* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get ri…
Browse files Browse the repository at this point in the history
…d of method redefined.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Jan 24, 2011
1 parent ff4085d commit fa6f433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Tue Jan 25 07:45:44 2011 Kazuhiro NISHIYAMA <[email protected]>

* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get
rid of method redefined.

Tue Jan 25 07:00:52 2011 Nobuyoshi Nakada <[email protected]>

* string.c (rb_string_value_cstr): rb_str_modify can change
Expand Down
2 changes: 1 addition & 1 deletion test/ruby/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_condvar_nolock_2
end.join
end

def test_condvar_nolock_2
def test_condvar_nolock_3
mutex = Mutex.new
condvar = ConditionVariable.new

Expand Down

0 comments on commit fa6f433

Please sign in to comment.