mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
add more test params i guess
This commit is contained in:
parent
622264b02b
commit
8cb3eb3a56
@ -126,6 +126,8 @@ test parse {
|
||||
color: enum { auto, never, always } = .auto,
|
||||
/// --seed=0x<something> is actually passed in by the `zig test` system (as of 0.14.1), which we receive here.
|
||||
seed: u32 = 0,
|
||||
@"cache-dir": []const u8 = "",
|
||||
listen: []const u8 = "",
|
||||
},
|
||||
/// Receives the rest of the arguments.
|
||||
positional: []const [:0]const u8 = &.{},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user