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