diff --git a/lib/std/Progress.zig b/lib/std/Progress.zig index 61451f8e1c..dcdf5deaae 100644 --- a/lib/std/Progress.zig +++ b/lib/std/Progress.zig @@ -442,8 +442,8 @@ test "behavior on buffer overflow" { if (skip_tests) return error.SkipZigTest; - // move the cursor - std.debug.print("{s}", .{"A" ** 300}); + // uncomment this to move the cursor + //std.debug.print("{s}", .{"A" ** 300}); var progress = Progress{};