| author | |
| committer | |
| log | d7265384941abeb0af7021d2df63f27899a80c82 |
| tree | ac127031c4b1abe40bf9a8e0d0a18577fbca951e |
| parent | 06224c23b7ac3b4e31c6f63898da4107cbe918a8 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/link/macho.zig+1| ... | ... | @@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step { |
| 1402 | 1402 | exe.stack_size = 0x100000000; |
| 1403 | 1403 | |
| 1404 | 1404 | const run = addRunArtifact(exe); |
| 1405 | run.expectExitCode(0); | |
| 1405 | 1406 | test_step.dependOn(&run.step); |
| 1406 | 1407 | |
| 1407 | 1408 | const check = exe.checkObject(); |