| author | |
| committer | |
| log | 4ae8717fb301008c64a5f7fad9db92f1d59a31d0 |
| tree | 2596079655f8288a16c0dc683a18e2328a528934 |
| parent | cbe6872518bd67f05f87172367b22ad763241b21 |
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 | 442 | if (skip_tests) |
| 443 | 443 | return error.SkipZigTest; |
| 444 | 444 | |
| 445 | // move the cursor | |
| 446 | std.debug.print("{s}", .{"A" ** 300}); | |
| 445 | // uncomment this to move the cursor | |
| 446 | //std.debug.print("{s}", .{"A" ** 300}); | |
| 447 | 447 | |
| 448 | 448 | var progress = Progress{}; |
| 449 | 449 |