We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866842f commit de51f2bCopy full SHA for de51f2b
tests/tests.zig
@@ -1,9 +1,4 @@
1
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;
7
8
const itertools = @import("zig_itertools");
9
const SliceIterator = itertools.SliceIterator;
0 commit comments