diff options
author | Pjotr Prins | 2015-12-27 12:28:05 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-27 12:28:05 +0300 |
commit | aa77121ae74d11618dcd91fcefcd7b50e99926a5 (patch) | |
tree | 3459fd0deb112609558a8c3bcb2768334d72583c /ldc-disable-tests.patch | |
parent | 35b9422cb94c5d760bb3c139f5f553b6fb3251de (diff) | |
download | guix-bioinformatics-aa77121ae74d11618dcd91fcefcd7b50e99926a5.tar.gz |
D syntax
Diffstat (limited to 'ldc-disable-tests.patch')
-rw-r--r-- | ldc-disable-tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldc-disable-tests.patch b/ldc-disable-tests.patch index abf8089..31ad195 100644 --- a/ldc-disable-tests.patch +++ b/ldc-disable-tests.patch @@ -1,5 +1,5 @@ diff --git a/std/datetime.d b/std/datetime.d -index 8e4ed3b..e4716aa 100644 +index 8e4ed3b..26a4fbe 100644 --- a/std/datetime.d +++ b/std/datetime.d @@ -28018,6 +28018,7 @@ public: @@ -15,7 +15,7 @@ index 8e4ed3b..e4716aa 100644 import std.format : format; - name = strip(name); -+ name = "."+strip(name); ++ name = "." ~ strip(name); enforce(tzDatabaseDir.exists(), new DateTimeException(format("Directory %s does not exist.", tzDatabaseDir))); enforce(tzDatabaseDir.isDir, new DateTimeException(format("%s is not a directory.", tzDatabaseDir))); |