mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
changes after review
This commit is contained in:
parent
01eb161ffe
commit
dbbbc32583
3 changed files with 9 additions and 19 deletions
|
@ -439,10 +439,8 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {
|
|||
31 // red
|
||||
};
|
||||
|
||||
println!();
|
||||
|
||||
println!(
|
||||
"\x1B[{failed_color}m{failed}\x1B[39m failed and \x1B[32m{passed}\x1B[39m passed in {} ms.\n",
|
||||
"\n\x1B[{failed_color}m{failed}\x1B[39m failed and \x1B[32m{passed}\x1B[39m passed in {} ms.\n",
|
||||
total_time.as_millis(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue