summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 00:57:57 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 00:57:57 +0000
commita07b764f9e1e6c36f77b2101184cf63b7513f8f4 (patch)
tree9f6af447ff4e905a431218b2f9ffe72f32888f0b /test/ruby
parent746eb4a45b4721d5cbe2abcdc99458c52b99bbee (diff)
300 should be enough for testing cyclic byte succ.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n_comb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb
index 2c63e52387..57a8b16dfa 100644
--- a/test/ruby/test_m17n_comb.rb
+++ b/test/ruby/test_m17n_comb.rb
@@ -1345,7 +1345,7 @@ class TestM17NComb < Test::Unit::TestCase
STRINGS.each {|s0|
next if s0.empty?
s = s0.dup
- n = 1000
+ n = 300
h = {}
n.times {|i|
if h[s]