authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-10-13 14:46:48+02:00
committergravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-10-13 16:06:51+02:00
log4ae8717fb301008c64a5f7fad9db92f1d59a31d0
tree2596079655f8288a16c0dc683a18e2328a528934
parentcbe6872518bd67f05f87172367b22ad763241b21

test: uncomment print

For general output testing, this shouldn't always be required and is only sometimes useful.

1 files changed, 2 insertions(+), 2 deletions(-)

lib/std/Progress.zig+2-2
...@@ -442,8 +442,8 @@ test "behavior on buffer overflow" {...@@ -442,8 +442,8 @@ test "behavior on buffer overflow" {
442 if (skip_tests)442 if (skip_tests)
443 return error.SkipZigTest;443 return error.SkipZigTest;
444444
445 // move the cursor445 // uncomment this to move the cursor
446 std.debug.print("{s}", .{"A" ** 300});446 //std.debug.print("{s}", .{"A" ** 300});
447447
448 var progress = Progress{};448 var progress = Progress{};
449449