1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (rb_call): should not set prot_tag->blkid since it would

never catch breaks at this level.  [ruby-dev:28922]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-07-04 06:16:49 +00:00
parent 1564ed2f0a
commit ba5a0701e4

View file

@ -1174,7 +1174,7 @@ def test_b5
block_call(&b)
end
end
test_ok(test_b5() == 54)
test_ok(test_b5() == 55)
def test_b6
b = lambda{break 67}