Print a newline before displaying test output
This commit is contained in:
parent
e9dd971129
commit
90a79b9951
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ fn run_tests_console_(opts: &test_opts, tests: &test_desc[],
|
|||
let out = io::stdout();
|
||||
|
||||
let total = ivec::len(filtered_tests);
|
||||
out.write_line(#fmt("running %u tests", total));
|
||||
out.write_line(#fmt("\nrunning %u tests", total));
|
||||
|
||||
let futures = ~[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue