mirror of
https://github.com/ziglang/zig.git
synced 2026-02-03 05:03:38 +00:00
Fixed test build code
This commit is contained in:
parent
1c85050dad
commit
6492763bef
@ -583,6 +583,7 @@ pub const CompileErrorContext = struct {
|
||||
Mode.Debug => {},
|
||||
Mode.ReleaseSafe => zig_args.append("--release-safe") catch unreachable,
|
||||
Mode.ReleaseFast => zig_args.append("--release-fast") catch unreachable,
|
||||
Mode.ReleaseSmall => zig_args.append("--release-small") catch unreachable,
|
||||
}
|
||||
|
||||
warn("Test {}/{} {}...", self.test_index+1, self.context.test_index, self.name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user