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:
parent
1564ed2f0a
commit
ba5a0701e4
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ def test_b5
|
||||||
block_call(&b)
|
block_call(&b)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
test_ok(test_b5() == 54)
|
test_ok(test_b5() == 55)
|
||||||
|
|
||||||
def test_b6
|
def test_b6
|
||||||
b = lambda{break 67}
|
b = lambda{break 67}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue