* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-12-13 00:02:30 +00:00
parent 9fdbc41973
commit acf4da163a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
# vim:sw=4:ts=4
# $Id$
#
@ -1065,7 +1066,7 @@ EOY
)
assert_to_yaml( YAML_Tests::StructTest.new( 123 ), <<EOY )
--- !ruby/struct:Test::StructTest
--- !ruby/struct:YAML_Tests::StructTest
c: 123
EOY