summaryrefslogtreecommitdiff
path: root/sample/test.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-07-22 03:00:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-07-22 03:00:45 +0000
commit3af58a0a57aaea69a6cd622ef14c76e57a06fe84 (patch)
treed153b733c23a10c9666f680263bd3b48e29debb3 /sample/test.rb
parent334b2c9f855ca8e4a36d34c6e600f5203ec017a5 (diff)
rehash
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/test.rb')
-rw-r--r--sample/test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 9bf6433b83..0adcb22307 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -920,8 +920,6 @@ end
check "marshal"
$x = [1,2,3,[4,5,"foo"],{1=>"bar"},2.5,fact(30)]
$y = Marshal.dump($x)
-p $x
-p Marshal.load($y)
ok($x == Marshal.load($y))
check "pack"