From 007c673012eef3cc9f812b5af4eea70f045caa43 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Tue, 19 Sep 2017 11:02:21 +0900 Subject: [PATCH] Remove noisy print from test --- tests/system.rs | 2 -- 1 file changed, 2 deletions(-) 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);