From 5e6fc71d96cd3d8e7442307c4d9343c6c5468364 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 30 May 2008 13:18:17 +0000 Subject: * 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 --- test/ruby/test_string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_string.rb') diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb index c71d3e5010..55cef9001e 100644 --- a/test/ruby/test_string.rb +++ b/test/ruby/test_string.rb @@ -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 -- cgit v1.2.3