newline before 'Failures' title in report

This commit is contained in:
James Wilson
2025-08-13 13:41:38 +01:00
parent a08cace3c4
commit 04f406a5ba
+1
View File
@@ -341,6 +341,7 @@ async fn start_reporter_task(mut report_rx: mpsc::UnboundedReceiver<(Test, CaseR
}
}
eprintln!();
let elapsed = start.elapsed();
// Now, log the failures with more complete errors at the bottom, like `cargo test` does, so