mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 7 additions and 0 deletions
|
|
@ -420,6 +420,9 @@ assert_equal 'foo!', %q{
|
|||
}, 'Subclass of Proc'
|
||||
|
||||
assert_equal 'ok', %q{
|
||||
o = Object.new
|
||||
def o.write(s); end
|
||||
$stderr = o
|
||||
at_exit{
|
||||
print $!.message
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue