mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove warning & support multi-run test for test/psych/visitors/test_to_ruby.rb (#2881)
This commit is contained in:
parent
b64b0f3433
commit
38ed8cbb5f
Notes:
git
2020-02-07 19:36:21 +09:00
Merged-By: nurse <naruse@airemix.jp>
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ module Psych
|
|||
end
|
||||
|
||||
def test_legacy_struct
|
||||
Struct.send(:remove_const, AWESOME) if Struct.const_defined?(:AWESOME)
|
||||
foo = Struct.new('AWESOME', :bar)
|
||||
assert_equal foo.new('baz'), Psych.load(<<-eoyml)
|
||||
!ruby/struct:AWESOME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue