Skip to content

Commit de51f2b

Browse files
committed
Fix zlint warnings
1 parent 866842f commit de51f2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/tests.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
const std = @import("std");
2-
const testing = std.testing;
3-
const expectEqual = testing.expectEqual;
4-
const expectEqualDeep = testing.expectEqualDeep;
5-
const ArrayList = std.ArrayList;
6-
const allocator = std.testing.allocator;
72

83
const itertools = @import("zig_itertools");
94
const SliceIterator = itertools.SliceIterator;

0 commit comments

Comments
 (0)