diff options
Diffstat (limited to 'tests/core.zig')
| -rw-r--r-- | tests/core.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core.zig b/tests/core.zig index a6a705e..d4304a1 100644 --- a/tests/core.zig +++ b/tests/core.zig | |||
| @@ -18,7 +18,7 @@ fn testNoErr(params: []const Param(u8), args: []const []const u8, ids: []const u | |||
| 18 | 18 | ||
| 19 | var i: usize = 0; | 19 | var i: usize = 0; |
| 20 | while (iter.next() catch unreachable) |arg| : (i += 1) { | 20 | while (iter.next() catch unreachable) |arg| : (i += 1) { |
| 21 | debug.assert(ids[i] == arg.id); | 21 | debug.assert(ids[i] == arg.param.id); |
| 22 | const expected_value = values[i] ?? { | 22 | const expected_value = values[i] ?? { |
| 23 | debug.assert(arg.value == null); | 23 | debug.assert(arg.value == null); |
| 24 | continue; | 24 | continue; |