* test/psych/test_emitter.rb: test_resizing_tags missing

start_stream call, caused strict parsers like on JRuby to err.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
headius 2016-02-22 23:22:39 +00:00
parent b0d81c1073
commit 9386ecf9b6

View file

@ -93,6 +93,8 @@ module Psych
end end
def test_resizing_tags def test_resizing_tags
@emitter.start_stream Psych::Nodes::Stream::UTF8
tags = [] tags = []
version = [1,1] version = [1,1]
obj = Object.new obj = Object.new