mirror of
https://github.com/ziglang/zig.git
synced 2026-03-13 14:50:51 +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.