aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_string.rb')
-rw-r--r--test/ruby/test_string.rb2
1 files changed, 1 insertions, 1 deletions
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