merge revision(s) 42453:

suppress warning introduced by r42439 [ruby-dev:47040]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@42454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-08-09 00:33:04 +00:00
parent eb369d430a
commit d8a84ddbf3
2 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ class TestCoverage < Test::Unit::TestCase
Dir.mktmpdir {|tmp|
Dir.chdir(tmp) {
File.open("test.rb", "w") do |f|
f.puts "1\n" * 10000
f.puts "__id__\n" * 10000
f.puts "def ignore(x); end"
f.puts "ignore([1"
f.puts "])"