mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_argf.rb: rename a conflicting method name.
* test/ruby/test_string.rb: ditto. * test/ruby/test_io.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e0a264a9ef
commit
5e6fc71d96
4 changed files with 11 additions and 3 deletions
|
@ -1587,7 +1587,7 @@ class TestString < Test::Unit::TestCase
|
|||
assert("abc".end_with?("c"))
|
||||
end
|
||||
|
||||
def test_times
|
||||
def test_times2
|
||||
s1 = ''
|
||||
100.times {|n|
|
||||
s2 = "a" * n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue