summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-27 15:30:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-27 15:30:40 +0000
commit2666cbc045bee377748ef73e47d66751c7a9ecdd (patch)
tree6f34b624d0c509b5f4db96bdc67a725b0bf45703 /test
parent56c49c97805bfdbfe607a0456d2e1084c0fc318d (diff)
* test/ruby/test_refinement.rb: get rid of failures of CI.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_refinement.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/ruby/test_refinement.rb b/test/ruby/test_refinement.rb
index d4a8645db5..fc0968476b 100644
--- a/test/ruby/test_refinement.rb
+++ b/test/ruby/test_refinement.rb
@@ -1003,7 +1003,8 @@ class TestRefinement < Test::Unit::TestCase
end
def test_change_refined_new_method_visibility
- assert_separately(['-W0'], <<-"end;")
+ assert_separately([''], <<-"end;")
+ $VERBOSE = nil
bug10706 = '[ruby-core:67387] [Bug #10706]'
module RefinementBug
refine Object do
@@ -1017,7 +1018,8 @@ class TestRefinement < Test::Unit::TestCase
end
def test_alias_refined_method
- assert_separately(['-W0'], <<-"end;")
+ assert_separately([''], <<-"end;")
+ $VERBOSE = nil
bug10731 = '[ruby-core:67523] [Bug #10731]'
class C