From 8be283ffb02e95584a516cb54715d019c5046365 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 16 Nov 2011 17:42:56 -0800 Subject: infinite loop seems fixed, so I can uncomment this assertion --- test/psych/test_struct.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') 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 -- cgit v1.2.3