Skip to content

Commit 36a18bb

Browse files
committed
* 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
1 parent 376ece8 commit 36a18bb

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Mar 5 11:16:55 2015 Shugo Maeda <shugo@ruby-lang.org>
2+
3+
* test/ruby/test_refinement.rb: There is no need anymore to supress
4+
warnings.
5+
16
Thu Mar 5 08:31:02 2015 Rei Odaira <Rei.Odaira@gmail.com>
27

38
* random.c (random_raw_seed): Avoid calling fill_random_bytes()

test/ruby/test_refinement.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
require 'test/unit'
22

3-
# to supress warnings for future calls of Module#refine
4-
EnvUtil.suppress_warning do
5-
Module.new {
6-
refine(Object) {}
7-
}
8-
end
9-
103
class TestRefinement < Test::Unit::TestCase
114
class Foo
125
def x

0 commit comments

Comments
 (0)