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:
parent
16549e33da
commit
87fa1cdfdb
@ -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>
|
Tue Oct 21 23:12:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* ext/stringio/stringio.c (strio_write): should convert writing
|
* ext/stringio/stringio.c (strio_write): should convert writing
|
||||||
|
@ -355,7 +355,6 @@ module TupleSpaceTestModule
|
|||||||
lv = lv - 1
|
lv = lv - 1
|
||||||
elsif ev[0] == 'close'
|
elsif ev[0] == 'close'
|
||||||
result = [lv, n]
|
result = [lv, n]
|
||||||
else
|
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
assert(lv >= 0)
|
assert(lv >= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user