aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-04 06:16:49 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-04 06:16:49 +0000
commitba5a0701e44c24495728204ca00af0a1a048df7f (patch)
tree9709bf089165a062d88fc3bb2342699cf7387887 /sample/test.rb
parent1564ed2f0a54c16fb054304edd6514f2fce5ac30 (diff)
downloadruby-ba5a0701e44c24495728204ca00af0a1a048df7f.tar.gz
* 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
Diffstat (limited to 'sample/test.rb')
-rw-r--r--sample/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 4a053b9bf7..f7612736c3 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -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}