mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
build runner: restore missing newline
This commit is contained in:
parent
9c8aef55b4
commit
87a7568a44
1 changed files with 2 additions and 0 deletions
|
|
@ -719,6 +719,8 @@ fn runStepNames(
|
|||
if (test_fail_count > 0) w.print("; {d} failed", .{test_fail_count}) catch {};
|
||||
if (test_leak_count > 0) w.print("; {d} leaked", .{test_leak_count}) catch {};
|
||||
|
||||
w.writeAll("\n") catch {};
|
||||
|
||||
// Print a fancy tree with build results.
|
||||
var step_stack_copy = try step_stack.clone(gpa);
|
||||
defer step_stack_copy.deinit(gpa);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue