Fix misaligned delimiters in test output

This commit is contained in:
fabianlindfors 2022-01-25 21:55:46 +01:00
parent 6fcab3c88d
commit f6d6f28546

View File

@ -196,7 +196,7 @@ impl Test<'_> {
}
fn print_heading(text: &str) {
let delimiter = std::iter::repeat("=").take(50).collect::<String>();
let delimiter = std::iter::repeat("=").take(80).collect::<String>();
println!();
println!();