From 8815306dc5aadd777c887bbd8de7057598ad709c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Oct 2002 15:37:07 +0000 Subject: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/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 9cf62b8eb0..b16d7779c1 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 v1.2.3