1
0
Fork 0
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:
nobu 2010-11-28 13:25:58 +00:00
parent 283c36e761
commit 53d06bb081

View file

@ -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