1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-10-02 15:37:07 +00:00
parent 38db4d23c5
commit 8815306dc5

View file

@ -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"