From 70454ae1b52955913f4bb998b4ce3db05a4a631d Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sun, 22 Mar 2026 07:38:26 +0100 Subject: delete unused patch files --- ldc-disable-tests2.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ldc-disable-tests2.patch (limited to 'ldc-disable-tests2.patch') diff --git a/ldc-disable-tests2.patch b/ldc-disable-tests2.patch deleted file mode 100644 index 1203045..0000000 --- a/ldc-disable-tests2.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/std/path.d b/std/path.d -index a9f0bd8..b063862 100644 ---- a/std/path.d -+++ b/std/path.d -@@ -4043,10 +4043,10 @@ version(unittest) import std.process : environment; - } - else - { -- assert(expandTilde("~root") == "/root", expandTilde("~root")); -- assert(expandTilde("~root/") == "/root/", expandTilde("~root/")); -+ // assert(expandTilde("~root") == "/root", expandTilde("~root")); -+ // assert(expandTilde("~root/") == "/root/", expandTilde("~root/")); - } -- assert(expandTilde("~Idontexist/hey") == "~Idontexist/hey"); -+ // assert(expandTilde("~Idontexist/hey") == "~Idontexist/hey"); - } - } - -diff --git a/std/socket.d b/std/socket.d -index e901168..72c4026 100644 ---- a/std/socket.d -+++ b/std/socket.d -@@ -804,7 +804,7 @@ class InternetHost - } - - /// --@safe unittest -+@safe version(skipunittest) unittest - { - InternetHost ih = new InternetHost; - -- cgit 1.4.1