From 54985ad7ddbb3e7aaa7fd35686e97d3be64aa23f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Apr 2010 03:26:56 +0000 Subject: * bootstraptest/test_io.rb: reduced megacontent test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_io.rb') 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 } -- cgit v1.2.3