diff options
Diffstat (limited to 'clap/comptime.zig')
| -rw-r--r-- | clap/comptime.zig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clap/comptime.zig b/clap/comptime.zig index 1570eaf..80eb428 100644 --- a/clap/comptime.zig +++ b/clap/comptime.zig | |||
| @@ -152,9 +152,7 @@ test "" { | |||
| 152 | clap.parseParam("-b, --bb ") catch unreachable, | 152 | clap.parseParam("-b, --bb ") catch unreachable, |
| 153 | clap.parseParam("-c, --cc <V>") catch unreachable, | 153 | clap.parseParam("-c, --cc <V>") catch unreachable, |
| 154 | clap.parseParam("-d, --dd <V>...") catch unreachable, | 154 | clap.parseParam("-d, --dd <V>...") catch unreachable, |
| 155 | clap.Param(clap.Help){ | 155 | clap.parseParam("<P>") catch unreachable, |
| 156 | .takes_value = .One, | ||
| 157 | }, | ||
| 158 | }); | 156 | }); |
| 159 | 157 | ||
| 160 | var buf: [1024]u8 = undefined; | 158 | var buf: [1024]u8 = undefined; |