From b5907f7d46d74dda26479a4ed4f8b78a6d51dcf9 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Thu, 17 Nov 2011 01:42:54 +0000 Subject: 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 --- 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 39e38f7dfd..977aae08ba 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