Commit 4ae8717fb3

r00ster91 <r00ster91@proton.me>
2022-10-13 14:46:48
test: uncomment print
For general output testing, this shouldn't always be required and is only sometimes useful.
1 parent cbe6872
Changed files (1)
lib
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{};