* test/ruby/test_refinement.rb: There is no need anymore to supress

warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2015-03-05 02:20:25 +00:00
parent 376ece8f01
commit 36a18bb54a
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
Thu Mar 5 11:16:55 2015 Shugo Maeda <shugo@ruby-lang.org>
* test/ruby/test_refinement.rb: There is no need anymore to supress
warnings.
Thu Mar 5 08:31:02 2015 Rei Odaira <Rei.Odaira@gmail.com>
* random.c (random_raw_seed): Avoid calling fill_random_bytes()

View File

@ -1,12 +1,5 @@
require 'test/unit'
# to supress warnings for future calls of Module#refine
EnvUtil.suppress_warning do
Module.new {
refine(Object) {}
}
end
class TestRefinement < Test::Unit::TestCase
class Foo
def x