| author | |
| committer | |
| log | 87a7568a4437ab4e98ad32573548886529c6b10d |
| tree | d8828e03cda0a149badc00e38315b2da198945a0 |
| parent | 9c8aef55b4e287197b552ef18e7dd008e3a527bc |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/compiler/build_runner.zig+2| ... | ... | @@ -719,6 +719,8 @@ fn runStepNames( |
| 719 | 719 | if (test_fail_count > 0) w.print("; {d} failed", .{test_fail_count}) catch {}; |
| 720 | 720 | if (test_leak_count > 0) w.print("; {d} leaked", .{test_leak_count}) catch {}; |
| 721 | 721 | |
| 722 | w.writeAll("\n") catch {}; | |
| 723 | ||
| 722 | 724 | // Print a fancy tree with build results. |
| 723 | 725 | var step_stack_copy = try step_stack.clone(gpa); |
| 724 | 726 | defer step_stack_copy.deinit(gpa); |