summaryrefslogtreecommitdiffstats
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
commitae4ef9f300a3b89130364298ae15293b3a181baf (patch)
tree9709bf089165a062d88fc3bb2342699cf7387887 /sample/test.rb
parentfe602671f0f77ef40689a9f815ad27357797f59b (diff)
downloadruby-ae4ef9f300a3b89130364298ae15293b3a181baf.tar.gz
ruby-ae4ef9f300a3b89130364298ae15293b3a181baf.tar.xz
ruby-ae4ef9f300a3b89130364298ae15293b3a181baf.zip
* 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: http://svn.ruby-lang.org/repos/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 4a053b9bf..f7612736c 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}