mirror of
https://github.com/ziglang/zig.git
synced 2026-01-26 01:05: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.