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

Fixed test failures [ruby-dev:36837].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2008-10-21 15:32:35 +00:00
parent 16549e33da
commit 87fa1cdfdb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Oct 22 00:29:13 2008 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures
[ruby-dev:36837].
Tue Oct 21 23:12:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/stringio/stringio.c (strio_write): should convert writing

View file

@ -355,7 +355,6 @@ module TupleSpaceTestModule
lv = lv - 1
elsif ev[0] == 'close'
result = [lv, n]
else
break
end
assert(lv >= 0)