| author | |
| committer | |
| log | e89bfedd8d68a731cb227327a325e16fc7812df9 |
| tree | 20d2e3a43ec47a07e4b21b097f3045a3e07010a6 |
| parent | 74db8c2e8348cb7e9bf264294f73d26be956ea61 |
1 files changed, 1 insertions(+), 1 deletions(-)
test/compare_output.zig+1-1| ... | ... | @@ -196,7 +196,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void { |
| 196 | 196 | \\ |
| 197 | 197 | \\ c.qsort(@ptrCast(?*anyopaque, &array), @intCast(c_ulong, array.len), @sizeOf(i32), compare_fn); |
| 198 | 198 | \\ |
| 199 | \\ for (array) |item, i| { | |
| 199 | \\ for (array, 0..) |item, i| { | |
| 200 | 200 | \\ if (item != i) { |
| 201 | 201 | \\ c.abort(); |
| 202 | 202 | \\ } |