mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
test/link/macho: ensure we do not run testStackSize on foreign host
This commit is contained in:
parent
06224c23b7
commit
d726538494
1 changed files with 1 additions and 0 deletions
|
|
@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step {
|
||||||
exe.stack_size = 0x100000000;
|
exe.stack_size = 0x100000000;
|
||||||
|
|
||||||
const run = addRunArtifact(exe);
|
const run = addRunArtifact(exe);
|
||||||
|
run.expectExitCode(0);
|
||||||
test_step.dependOn(&run.step);
|
test_step.dependOn(&run.step);
|
||||||
|
|
||||||
const check = exe.checkObject();
|
const check = exe.checkObject();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue