diff options
Diffstat (limited to 'clap.zig')
| -rw-r--r-- | clap.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -388,7 +388,7 @@ test "clap.help" { | |||
| 388 | var slice_stream = io.SliceOutStream.init(buf[0..]); | 388 | var slice_stream = io.SliceOutStream.init(buf[0..]); |
| 389 | try help( | 389 | try help( |
| 390 | &slice_stream.stream, | 390 | &slice_stream.stream, |
| 391 | comptime [_]Param(Help){ | 391 | comptime &[_]Param(Help){ |
| 392 | parseParam("-a Short flag. ") catch unreachable, | 392 | parseParam("-a Short flag. ") catch unreachable, |
| 393 | parseParam("-b <V1> Short option.") catch unreachable, | 393 | parseParam("-b <V1> Short option.") catch unreachable, |
| 394 | parseParam("--aa Long flag. ") catch unreachable, | 394 | parseParam("--aa Long flag. ") catch unreachable, |