1
0
Fork 0
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:
tenderlove 2011-11-17 01:42:54 +00:00
parent 9660bcfc43
commit b5907f7d46

View file

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