diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-22 01:13:10 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-22 01:13:10 -0400 |
| commit | 726674b2bd0ac8159c961a944012b096d08e5615 (patch) | |
| tree | 360ef32752d804e10c8cb8093a0ed8dc1f5ca18b /std/std.zig | |
| parent | b5f9033d8226019a043b89574dada3dd06d7d5fb (diff) | |
| download | zig-726674b2bd0ac8159c961a944012b096d08e5615.tar.gz zig-726674b2bd0ac8159c961a944012b096d08e5615.zip | |
fix ArenaAllocator
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 d8873d6f6a..6ce864fa26 100644 --- a/std/std.zig +++ b/std/std.zig @@ -88,7 +88,7 @@ test "std" { _ = @import("fmt.zig"); _ = @import("fs.zig"); _ = @import("hash.zig"); - _ = @import("heap.zig"); // TODO commented test + _ = @import("heap.zig"); _ = @import("io.zig"); //_ = @import("json.zig"); //_ = @import("lazy_init.zig"); |
