Commit d726538494

Jakub Konka <kubkon@jakubkonka.com>
2024-01-21 22:20:36
test/link/macho: ensure we do not run testStackSize on foreign host
1 parent 06224c2
Changed files (1)
test
test/link/macho.zig
@@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step {
     exe.stack_size = 0x100000000;
 
     const run = addRunArtifact(exe);
+    run.expectExitCode(0);
     test_step.dependOn(&run.step);
 
     const check = exe.checkObject();