зеркало из https://github.com/github/ruby.git
* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:42285]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a33353f880
Коммит
631d23c57b
|
@ -1,3 +1,8 @@
|
|||
Wed Sep 22 17:12:01 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE.
|
||||
[ruby-dev:42285]
|
||||
|
||||
Wed Sep 22 16:59:40 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* test/test_prime.rb (TestPrime#test_new): the warning expected have
|
||||
|
|
|
@ -138,7 +138,7 @@ Q1VB8qkJN7rA7/2HrCR3gTsWNb1YhAsnFsoeRscC+LxXoXi9OAIUBG98h4tilg6S
|
|||
back, $VERBOSE = $VERBOSE, nil
|
||||
yield
|
||||
ensure
|
||||
$VERBOSE = back if back
|
||||
$VERBOSE = back
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче