Skip to content

Commit

Permalink
infinite loop seems fixed, so I can uncomment this assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 17, 2011
1 parent 312965d commit 8be283f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/psych/test_struct.rb
Expand Up @@ -24,9 +24,7 @@ def test_self_referential_struct
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
Expand Down

0 comments on commit 8be283f

Please sign in to comment.