mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
suppress warning introduced by r42439 [ruby-dev:47040]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8fba9bbc4b
commit
4a7afb71ec
1 changed files with 1 additions and 1 deletions
|
@ -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 "])"
|
||||
|
|
Loading…
Reference in a new issue