| author | |
| committer | |
| log | 859cbef8a41dfbfde9c8caab00272b77912d3f0b |
| tree | 79c527d2e2b9802b5eba3d6318abbb8d857bb22e |
| parent | 16a91e6a4591d3d1198c0f0eaee9266333afd35e |
| signature |
This makes it so that when a test fails quickly, and writes output, it
will do so after the test name is printed.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/special/test_runner.zig+1| ... | ... | @@ -15,6 +15,7 @@ pub fn main() anyerror!void { |
| 15 | 15 | for (test_fn_list) |test_fn, i| { |
| 16 | 16 | var test_node = root_node.start(test_fn.name, null); |
| 17 | 17 | test_node.activate(); |
| 18 | progress.refresh(); | |
| 18 | 19 | if (test_fn.func()) |_| { |
| 19 | 20 | ok_count += 1; |
| 20 | 21 | test_node.end(); |