mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
merging
This commit is contained in:
@@ -69,7 +69,7 @@ int main(char[][] args)
|
||||
compilefailed ~= c.toString;
|
||||
}
|
||||
else if (cl == RUN || cl == NORUN) {
|
||||
if (system(toStringz("obj/" ~ testname)) != 0) {
|
||||
if (system(toStringz(Path.native("obj/" ~ testname))) != 0) {
|
||||
if (cl == RUN)
|
||||
runfailed ~= c.toString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user