mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
infinite loop seems to be fixed, so I can uncomment this assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9660bcfc43
commit
b5907f7d46
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ module Psych
|
|||
loaded = Psych.load(Psych.dump(ss))
|
||||
assert_instance_of(StructSubclass, loaded.foo)
|
||||
|
||||
# FIXME: This seems to cause an infinite loop. wtf. Must report a bug
|
||||
# in ruby.
|
||||
# assert_equal(ss, loaded)
|
||||
assert_equal(ss, loaded)
|
||||
end
|
||||
|
||||
def test_roundtrip
|
||||
|
|
Loading…
Add table
Reference in a new issue