1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_range.rb: added workaround for VERBOSE message.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-08-26 04:44:20 +00:00
parent ab0fe78f03
commit 949634f51a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Aug 26 13:43:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/ruby/test_range.rb: added workaround for VERBOSE message.
Tue Aug 26 12:38:02 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/test_mathn.rb: added workaround for VERBOSE messages.

View file

@ -563,7 +563,7 @@ class TestRange < Test::Unit::TestCase
x >= 42
}
assert_equal(42, answer, msg)
}
}, ignore_stderr: true
end
def test_each_no_blockarg