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

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
This commit is contained in:
naruse 2009-11-05 00:57:57 +00:00
parent 746eb4a45b
commit a07b764f9e

View file

@ -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]