| ... | @@ -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; |
| 444 | | 444 | |
| 445 | // move the cursor | 445 | // uncomment this to move the cursor |
| 446 | std.debug.print("{s}", .{"A" ** 300}); | 446 | //std.debug.print("{s}", .{"A" ** 300}); |
| 447 | | 447 | |
| 448 | var progress = Progress{}; | 448 | var progress = Progress{}; |
| 449 | | 449 | |