ldc: Remove dynamiccompile tests for Darwin too
This commit is contained in:
parent
44d89388ee
commit
81d289fed0
@ -58,7 +58,7 @@ let
|
||||
rm tests/d2/dmd-testsuite/runnable/variadic.d
|
||||
''
|
||||
|
||||
+ stdenv.lib.optionalString (stdenv.hostPlatform.isLinux && !bootstrapVersion) ''
|
||||
+ stdenv.lib.optionalString (!bootstrapVersion) ''
|
||||
# http://forum.dlang.org/thread/xtbbqthxutdoyhnxjhxl@forum.dlang.org
|
||||
rm -r tests/dynamiccompile
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user