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