summaryrefslogtreecommitdiff
path: root/bootstraptest/test_marshal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_marshal.rb')
-rw-r--r--bootstraptest/test_marshal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_marshal.rb b/bootstraptest/test_marshal.rb
index ecbcb60c91..7e34176169 100644
--- a/bootstraptest/test_marshal.rb
+++ b/bootstraptest/test_marshal.rb
@@ -1,5 +1,5 @@
assert_normal_exit %q{
- Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| })
+ Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v})
}