Skip to content

Commit 007c673

Browse files
committed
Remove noisy print from test
1 parent 32fa51a commit 007c673

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ where
201201
let mut reports = vec![];
202202

203203
for file_name in files.filter(|f| f.ends_with(".rs")) {
204-
println!("Testing '{}'...", file_name);
205-
206204
match idempotent_check(file_name) {
207205
Ok(ref report) if report.has_warnings() => {
208206
print!("{}", report);

0 commit comments

Comments
 (0)