| ... | @@ -583,6 +583,7 @@ pub const CompileErrorContext = struct { | ... | @@ -583,6 +583,7 @@ pub const CompileErrorContext = struct { |
| 583 | Mode.Debug => {}, | 583 | Mode.Debug => {}, |
| 584 | Mode.ReleaseSafe => zig_args.append("--release-safe") catch unreachable, | 584 | Mode.ReleaseSafe => zig_args.append("--release-safe") catch unreachable, |
| 585 | Mode.ReleaseFast => zig_args.append("--release-fast") catch unreachable, | 585 | Mode.ReleaseFast => zig_args.append("--release-fast") catch unreachable, |
| | 586 | Mode.ReleaseSmall => zig_args.append("--release-small") catch unreachable, |
| 586 | } | 587 | } |
| 587 | | 588 | |
| 588 | warn("Test {}/{} {}...", self.test_index+1, self.context.test_index, self.name); | 589 | warn("Test {}/{} {}...", self.test_index+1, self.context.test_index, self.name); |