mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
12 lines
335 B
Diff
12 lines
335 B
Diff
![]() |
--- a/rdmd_test.d
|
||
|
+++ b/rdmd_test.d
|
||
|
@@ -616,7 +616,7 @@ void runTests(string rdmdApp, string compiler, string model)
|
||
|
enforce(res.status == 1, res.output);
|
||
|
}
|
||
|
|
||
|
- version (Posix)
|
||
|
+ version (none)
|
||
|
{
|
||
|
import std.conv : to;
|
||
|
auto makeVersion = execute(["make", "--version"]).output.splitLines()[0];
|