| author | |
| committer | |
| log | f7d72ce881db7162aa74ec0fa05ee3af76ecfe1c |
| tree | 486b1712e3821e2e25786ff8353e8b736c9cf55a |
| parent | f73be120f4254c080c48081dfc5834a7ebc9d9cf |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/build_runner.zig+1-1| ... | ... | @@ -181,7 +181,7 @@ pub fn main() !void { |
| 181 | 181 | const next_arg = nextArg(args, &arg_idx) orelse |
| 182 | 182 | fatalWithHint("expected [all|new|failures|none] after '{s}'", .{arg}); |
| 183 | 183 | summary = std.meta.stringToEnum(Summary, next_arg) orelse { |
| 184 | fatalWithHint("expected [all|failures|none] after '{s}', found '{s}'", .{ | |
| 184 | fatalWithHint("expected [all|new|failures|none] after '{s}', found '{s}'", .{ | |
| 185 | 185 | arg, next_arg, |
| 186 | 186 | }); |
| 187 | 187 | }; |