aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/fix-spec-socket-tcp_socket.cr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/crystal/fix-spec-socket-tcp_socket.cr.patch')
-rw-r--r--community/crystal/fix-spec-socket-tcp_socket.cr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/crystal/fix-spec-socket-tcp_socket.cr.patch b/community/crystal/fix-spec-socket-tcp_socket.cr.patch
deleted file mode 100644
index 21c0645323..0000000000
--- a/community/crystal/fix-spec-socket-tcp_socket.cr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/spec/std/socket/tcp_socket_spec.cr
-+++ b/spec/std/socket/tcp_socket_spec.cr
-@@ -32,7 +32,7 @@
- end
- end
-
-- it "raises when port is negative" do
-+ pending "raises when port is negative" do
- expect_raises(Socket::Error, linux? ? "getaddrinfo: Servname not supported for ai_socktype" : "No address found for #{address}:-12 over TCP") do
- TCPSocket.new(address, -12)
- end