ruby--ruby/bootstraptest/test_marshal.rb

6 lines
88 B
Ruby

assert_normal_exit %q{
Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| })
}