diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-03-08 22:57:12 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-04-08 18:30:54 -0400 |
| commit | 8f4ad95777bb0fd14c095bf626dfc2928a7dddca (patch) | |
| tree | b9ff84dd6b75975f147074922d0d12950563cea1 /std | |
| parent | b85ef656caa4d6845996d60a091332e9113d17e2 (diff) | |
| download | zig-8f4ad95777bb0fd14c095bf626dfc2928a7dddca.tar.gz zig-8f4ad95777bb0fd14c095bf626dfc2928a7dddca.zip | |
update what std tests to run
Diffstat (limited to 'std')
| -rw-r--r-- | std/index.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/index.zig b/std/index.zig index f8ec787a01..7084c55189 100644 --- a/std/index.zig +++ b/std/index.zig @@ -50,6 +50,7 @@ test "std" { _ = @import("dwarf.zig"); _ = @import("elf.zig"); _ = @import("empty.zig"); + //TODO_ = @import("event.zig"); _ = @import("fmt/index.zig"); _ = @import("hash/index.zig"); _ = @import("io.zig"); @@ -58,7 +59,6 @@ test "std" { _ = @import("mem.zig"); _ = @import("net.zig"); _ = @import("heap.zig"); - _ = @import("net.zig"); _ = @import("os/index.zig"); _ = @import("rand/index.zig"); _ = @import("sort.zig"); |
