mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
add more test params i guess
This commit is contained in:
parent
622264b02b
commit
8cb3eb3a56
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue