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, 0 insertions, 5 deletions
diff --git a/trunk/bootstraptest/test_marshal.rb b/trunk/bootstraptest/test_marshal.rb
deleted file mode 100644
index 7e34176169..0000000000
--- a/trunk/bootstraptest/test_marshal.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-assert_normal_exit %q{
- Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v})
-}
-