diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/psych/test_struct.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/psych/test_struct.rb b/test/psych/test_struct.rb index 39e38f7..977aae0 100644 --- a/test/psych/test_struct.rb +++ b/test/psych/test_struct.rb @@ -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 |