| ... | @@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step { | ... | @@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step { |
| 1402 | exe.stack_size = 0x100000000; | 1402 | exe.stack_size = 0x100000000; |
| 1403 | | 1403 | |
| 1404 | const run = addRunArtifact(exe); | 1404 | const run = addRunArtifact(exe); |
| | 1405 | run.expectExitCode(0); |
| 1405 | test_step.dependOn(&run.step); | 1406 | test_step.dependOn(&run.step); |
| 1406 | | 1407 | |
| 1407 | const check = exe.checkObject(); | 1408 | const check = exe.checkObject(); |