mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
test: uncomment print
For general output testing, this shouldn't always be required and is only sometimes useful.
This commit is contained in:
parent
cbe6872518
commit
4ae8717fb3
@ -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{};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user