diff options
Diffstat (limited to 'test')
-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 |