mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
build runner: add missing 'new' option to --summary error hint
This commit is contained in:
parent
f73be120f4
commit
f7d72ce881
@ -181,7 +181,7 @@ pub fn main() !void {
|
||||
const next_arg = nextArg(args, &arg_idx) orelse
|
||||
fatalWithHint("expected [all|new|failures|none] after '{s}'", .{arg});
|
||||
summary = std.meta.stringToEnum(Summary, next_arg) orelse {
|
||||
fatalWithHint("expected [all|failures|none] after '{s}', found '{s}'", .{
|
||||
fatalWithHint("expected [all|new|failures|none] after '{s}', found '{s}'", .{
|
||||
arg, next_arg,
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user