summaryrefslogtreecommitdiff
path: root/test/psych/test_struct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_struct.rb')
-rw-r--r--test/psych/test_struct.rb4
1 files changed, 1 insertions, 3 deletions
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