From 4ae8717fb301008c64a5f7fad9db92f1d59a31d0 Mon Sep 17 00:00:00 2001 From: r00ster91 Date: Thu, 13 Oct 2022 14:46:48 +0200 Subject: [PATCH] test: uncomment print For general output testing, this shouldn't always be required and is only sometimes useful. --- lib/std/Progress.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{};