diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-09-10 05:44:57 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-09-10 05:44:57 +0000 |
commit | 4f77c495cddcdfcbb15e363ba21d09e5a9ddfd37 (patch) | |
tree | 824bd43c6c5c07dff47747953884e9feef48199d /test/nkf | |
parent | 493f72185499f3fea1212b04d177a0870d6e89c3 (diff) | |
download | bundler-4f77c495cddcdfcbb15e363ba21d09e5a9ddfd37.tar.gz |
decrease times of running test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/nkf')
-rw-r--r-- | test/nkf/test_nkf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nkf/test_nkf.rb b/test/nkf/test_nkf.rb index 2c6b964eb9..7329e75f12 100644 --- a/test/nkf/test_nkf.rb +++ b/test/nkf/test_nkf.rb @@ -15,7 +15,7 @@ Ruby" def test_ruby_dev_36909 assert_nothing_raised do - 1000.times { NKF.nkf("--oc=eucJP-nkf", "foo") } + 100.times { NKF.nkf("--oc=eucJP-nkf", "foo") } end end |