mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby: suppress runtime warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
41f4317f45
commit
c7f815eed8
10 changed files with 36 additions and 29 deletions
|
@ -37,7 +37,7 @@ class TestConst < Test::Unit::TestCase
|
|||
self.class.class_eval {
|
||||
include Const2
|
||||
}
|
||||
STDERR.print "intentionally redefines TEST3, TEST4\n" if $VERBOSE
|
||||
# STDERR.print "intentionally redefines TEST3, TEST4\n" if $VERBOSE
|
||||
assert defined?(TEST1)
|
||||
assert_equal 1, TEST1
|
||||
assert defined?(TEST2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue