mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Print number of found test diffs
This commit is contained in:
@@ -244,6 +244,7 @@ fn report_test_diffs(diff: AggregatedTestDiffs) {
|
||||
println!("No test diffs found");
|
||||
return;
|
||||
}
|
||||
println!("\n{} test {} found\n", diff.diffs.len(), pluralize("difference", diff.diffs.len()));
|
||||
|
||||
fn format_outcome(outcome: &TestOutcome) -> String {
|
||||
match outcome {
|
||||
|
||||
Reference in New Issue
Block a user