]> git.lizzy.rs Git - rust.git/commitdiff
Remove noisy print from test
authortopecongiro <seuchida@gmail.com>
Tue, 19 Sep 2017 02:02:21 +0000 (11:02 +0900)
committertopecongiro <seuchida@gmail.com>
Tue, 19 Sep 2017 02:02:21 +0000 (11:02 +0900)
tests/system.rs

index 44cfb732f4b40a28572d4fda18c75f92a54dd59b..5c4fca4dc106fda1b83d3c9da89a4eca22d46dcb 100644 (file)
@@ -201,8 +201,6 @@ fn check_files<I>(files: I) -> (Vec<FormatReport>, 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);