diff --git a/tests/system.rs b/tests/system.rs index 44cfb732f4b4..5c4fca4dc106 100644 --- a/tests/system.rs +++ b/tests/system.rs @@ -201,8 +201,6 @@ fn check_files(files: I) -> (Vec, u32, u32) let mut reports = vec![]; for file_name in files.filter(|f| f.ends_with(".rs")) { - println!("Testing '{}'...", file_name); - match idempotent_check(file_name) { Ok(ref report) if report.has_warnings() => { print!("{}", report);