mirror of
https://github.com/ziglang/zig.git
synced 2026-03-13 23:01:22 +00:00
The console test# label [test#/#tests] was being generated inside refreshWithHeldLock (in lib/std/Progress.zig), using the number of completed items. This was being incremented by 1 when displayed, which is not required.