diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-22 18:54:27 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-22 18:54:27 -0400 |
| commit | 2b1695b1b03b42719f02c4ed4d4b5d3495a2ca3a (patch) | |
| tree | 0dbf08cb21bd694aac8899e363c6d1bf20cc04bc /std/std.zig | |
| parent | 86f362ce8e878188d40393e6f2feba0c60ddbcf0 (diff) | |
| download | zig-2b1695b1b03b42719f02c4ed4d4b5d3495a2ca3a.tar.gz zig-2b1695b1b03b42719f02c4ed4d4b5d3495a2ca3a.zip | |
fix std.json regression
Diffstat (limited to 'std/std.zig')
| -rw-r--r-- | std/std.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/std.zig b/std/std.zig index 6ce864fa26..733089f834 100644 --- a/std/std.zig +++ b/std/std.zig @@ -90,7 +90,7 @@ test "std" { _ = @import("hash.zig"); _ = @import("heap.zig"); _ = @import("io.zig"); - //_ = @import("json.zig"); + _ = @import("json.zig"); //_ = @import("lazy_init.zig"); _ = @import("macho.zig"); _ = @import("math.zig"); |
