summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-09-01 11:56:22 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-09-01 11:56:22 -0700
commita7534c26b332d8975f6d82ebe7d2e7baf8ba3b6d (patch)
tree24b373f3cc51150e8e510efd92673604f2e90029 /test
parent45dd295c51e2a705a0a3e6a967ef98459668f9d5 (diff)
downloadpsych-a7534c26b332d8975f6d82ebe7d2e7baf8ba3b6d.zip
sync with ruby-trunk
Diffstat (limited to 'test')
-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 cfce082..3740b6f 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