mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
283c36e761
commit
53d06bb081
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue