aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-06-22 19:02:59 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-22 19:02:59 -0400
commit7e303fa28feaa10d7dbf08fdc3e86c47bba882e6 (patch)
tree98cbbc5f4f5c7100878913559cd7e59f50a88db5 /std
parent2b1695b1b03b42719f02c4ed4d4b5d3495a2ca3a (diff)
downloadzig-7e303fa28feaa10d7dbf08fdc3e86c47bba882e6.tar.gz
zig-7e303fa28feaa10d7dbf08fdc3e86c47bba882e6.zip
fix another crash
Diffstat (limited to 'std')
-rw-r--r--std/std.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/std.zig b/std/std.zig
index 733089f834..320cc1e8ce 100644
--- a/std/std.zig
+++ b/std/std.zig
@@ -91,7 +91,7 @@ test "std" {
_ = @import("heap.zig");
_ = @import("io.zig");
_ = @import("json.zig");
- //_ = @import("lazy_init.zig");
+ _ = @import("lazy_init.zig");
_ = @import("macho.zig");
_ = @import("math.zig");
_ = @import("mem.zig");