mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Message is 3rd argument, not 2nd
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94f017c9a9
commit
f43f9f33ac
1 changed files with 2 additions and 2 deletions
|
@ -438,8 +438,8 @@ EOS
|
|||
|
||||
def test_map_zip
|
||||
bug7507 = '[ruby-core:50545]'
|
||||
assert_ruby_status(["-e", "GC.stress = true", "-e", "(1..10).lazy.map{}.zip(){}"], bug7507)
|
||||
assert_ruby_status(["-e", "GC.stress = true", "-e", "(1..10).lazy.map{}.zip().to_a"], bug7507)
|
||||
assert_ruby_status(["-e", "GC.stress = true", "-e", "(1..10).lazy.map{}.zip(){}"], "", bug7507)
|
||||
assert_ruby_status(["-e", "GC.stress = true", "-e", "(1..10).lazy.map{}.zip().to_a"], "", bug7507)
|
||||
end
|
||||
|
||||
def test_require_block
|
||||
|
|
Loading…
Reference in a new issue