From 50c355b12eac3ffa982fc60e96a8a272b6b4dff9 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Oct 2002 15:37:07 +0000 Subject: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/test.rb b/sample/test.rb index 9cf62b8eb..b16d7779c 100644 --- a/sample/test.rb +++ b/sample/test.rb @@ -1280,7 +1280,7 @@ $y = Marshal.dump($x) test_ok($x == Marshal.load($y)) StrClone=String.clone; -test_ok(Marshal.load(Marshal.dump(StrClone.new("abc"))).type == StrClone) +test_ok(Marshal.load(Marshal.dump(StrClone.new("abc"))).class == StrClone) test_check "pack" -- cgit