* bootstraptest/test_proc.rb: suppress error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d8d5cda2d4
commit
f35f46a9f1
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jan 2 22:22:04 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
|
* bootstraptest/test_proc.rb: suppress error message.
|
||||||
|
|
||||||
Fri Jan 2 22:20:46 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
Fri Jan 2 22:20:46 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* test/ruby/test_process.rb (test_wait_and_sigchild): remove debug
|
* test/ruby/test_process.rb (test_wait_and_sigchild): remove debug
|
||||||
|
@ -420,6 +420,9 @@ assert_equal 'foo!', %q{
|
|||||||
}, 'Subclass of Proc'
|
}, 'Subclass of Proc'
|
||||||
|
|
||||||
assert_equal 'ok', %q{
|
assert_equal 'ok', %q{
|
||||||
|
o = Object.new
|
||||||
|
def o.write(s); end
|
||||||
|
$stderr = o
|
||||||
at_exit{
|
at_exit{
|
||||||
print $!.message
|
print $!.message
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user