* 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
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user