aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
diff options
context:
space:
mode:
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}