зеркало из https://github.com/github/ruby.git
* test/iconv/utils.rb: suppress warning message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
283c36e761
Коммит
53d06bb081
|
@ -1,8 +1,11 @@
|
|||
begin
|
||||
verbose, $VERBOSE = $VERBOSE, nil
|
||||
require 'iconv'
|
||||
rescue LoadError
|
||||
else
|
||||
require 'test/unit'
|
||||
ensure
|
||||
$VERBOSE = verbose
|
||||
end
|
||||
|
||||
class TestIconv < ::Test::Unit::TestCase
|
||||
|
|
Загрузка…
Ссылка в новой задаче