mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38db4d23c5
commit
8815306dc5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue