summaryrefslogtreecommitdiff
path: root/bootstraptest/test_io.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-18 03:26:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-18 03:26:56 +0000
commit54985ad7ddbb3e7aaa7fd35686e97d3be64aa23f (patch)
tree9e78b46d62118e6d652487977355afcb239d05d0 /bootstraptest/test_io.rb
parent2845bfa9dd648a2ea3c8e753bdeeddbcdf4f203a (diff)
* bootstraptest/test_io.rb: reduced megacontent test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_io.rb')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 24a5b3c680..d2e02a0659 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -78,7 +78,7 @@ assert_normal_exit %q{
ARGF.set_encoding "foo"
}
-50.times do
+1.times do
assert_normal_exit %q{
at_exit { p :foo }