aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/fix-std-xml-spec.cr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/crystal/fix-std-xml-spec.cr.patch')
-rw-r--r--community/crystal/fix-std-xml-spec.cr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/crystal/fix-std-xml-spec.cr.patch b/community/crystal/fix-std-xml-spec.cr.patch
deleted file mode 100644
index 85e326cd37..0000000000
--- a/community/crystal/fix-std-xml-spec.cr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/spec/std/xml/xml_spec.cr 2019-09-30 13:54:53.000000000 +0000
-+++ b/spec/std/xml/xml_spec.cr 2019-12-03 22:50:05.797044949 +0000
-@@ -157,7 +157,7 @@
- person2.previous_element.should eq(person)
- end
-
-- it "handles errors" do
-+ pending "handles errors" do
- xml = XML.parse(%(<people>))
- xml.root.not_nil!.name.should eq("people")
- errors = xml.errors.not_nil!