diff options
author | Pjotr Prins | 2015-12-26 16:12:41 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-26 16:12:41 +0300 |
commit | 8e903088a7442a047911bee5e4090dce624876fb (patch) | |
tree | 7a46c177700e9aa1da0b79cd55f23980579708cb /ldc-disable-tests.patch | |
parent | 1e0843ac892e8a63ee538ac0a5b3fc1485164730 (diff) | |
download | guix-bioinformatics-8e903088a7442a047911bee5e4090dce624876fb.tar.gz |
ldc: Patchin tests
Diffstat (limited to 'ldc-disable-tests.patch')
-rw-r--r-- | ldc-disable-tests.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ldc-disable-tests.patch b/ldc-disable-tests.patch index c24ff2a..7d85f7a 100644 --- a/ldc-disable-tests.patch +++ b/ldc-disable-tests.patch @@ -2,8 +2,8 @@ Disable a few ldc tests. Patch by Pjotr Prins <pjotr.guix@thebird.nl>. ---- a/runtime/phobos/std/path.d -+++ b/runtime/phobos/std/path.d +--- a/std/path.d ++++ b/std/path.d @@ -3080,8 +3080,8 @@ unittest } else @@ -15,10 +15,10 @@ Patch by Pjotr Prins <pjotr.guix@thebird.nl>. } assert(expandTilde("~Idontexist/hey") == "~Idontexist/hey"); } -diff --git a/runtime/phobos/std/socket.d b/runtime/phobos/std/socket.d +diff --git a/std/socket.d b/std/socket.d index b85d1c9..8d456c8 100644 ---- a/runtime/phobos/std/socket.d -+++ b/runtime/phobos/std/socket.d +--- a/std/socket.d ++++ b/std/socket.d @@ -519,6 +519,8 @@ unittest { // getprotobyname,number are unimplemented on Android |