Skip to content

Commit 0f74fdb

Browse files
committed
chore: remove unneeded imports
1 parent 84fe72d commit 0f74fdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
const std = @import("std");
22
const testing = std.testing;
33

4-
pub const Core = @import("./core/lib.zig");
5-
pub const HTTP = @import("./http/lib.zig");
6-
74
test "zzz unit tests" {
85
// Core
96
testing.refAllDecls(@import("./core/any_case_string_map.zig"));

0 commit comments

Comments
 (0)