summaryrefslogtreecommitdiff
path: root/test/psych/test_deprecated.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-29 05:54:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-29 05:54:03 +0000
commit733e371c2a50208f43350456baf93107e627d0a1 (patch)
treed3ae01a1c57ca47acff718d9c3cb2b181257fbc8 /test/psych/test_deprecated.rb
parent442e8a238cfdf24a79af882139190e939612c321 (diff)
Use psych_yaml_as to avoid collision with Syck.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_deprecated.rb')
-rw-r--r--test/psych/test_deprecated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_deprecated.rb b/test/psych/test_deprecated.rb
index cfce0825e9..3740b6f31c 100644
--- a/test/psych/test_deprecated.rb
+++ b/test/psych/test_deprecated.rb
@@ -145,7 +145,7 @@ module Psych
end
class YamlAs
- yaml_as 'helloworld'
+ psych_yaml_as 'helloworld' # this should be yaml_as but to avoid syck
end
def test_yaml_as