From 3af58a0a57aaea69a6cd622ef14c76e57a06fe84 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 22 Jul 1998 03:00:45 +0000 Subject: rehash git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'sample/test.rb') 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" -- cgit v1.2.3