aboutsummaryrefslogtreecommitdiff
blob: 9f9ba1b0948d4b624258261413c9c5c4b52e94ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rdmd_test.d b/rdmd_test.d
index 8815698..4119ced 100755
--- 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];