summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-03-22 20:02:39 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-03-27 10:12:18 +0900
commitf6e4d772ec439b47077a18920cbb4bcb7400c5f1 (patch)
tree8da5187d0619c43b784e531b02477560e1579f0e /test
parent7c7f78c503af21f884429d7b4ae3f4694f17d6dc (diff)
downloadpsych-f6e4d772ec439b47077a18920cbb4bcb7400c5f1.zip
Removed Module#psych_yaml_as
Diffstat (limited to 'test')
-rw-r--r--test/psych/test_deprecated.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/psych/test_deprecated.rb b/test/psych/test_deprecated.rb
index e019cfb..d09ff82 100644
--- a/test/psych/test_deprecated.rb
+++ b/test/psych/test_deprecated.rb
@@ -111,6 +111,7 @@ module Psych
assert_equal 'some string', coder.scalar
assert_equal :scalar, coder.type
end
+<<<<<<< HEAD
class YamlAs
TestCase.suppress_warning do
@@ -121,5 +122,7 @@ module Psych
def test_yaml_as
assert_match(/helloworld/, Psych.dump(YamlAs.new))
end
+=======
+>>>>>>> Removed Module#psych_yaml_as
end
end