mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
This test works by assuming that std.ArrayList will grow with a specific capacity increasing pattern, which is an invalid assumption. Delete the offending test.