Skip to content

Commit eac0189

Browse files
committed
remove useless debug log in ui runtest
1 parent a1bc3e7 commit eac0189

File tree

1 file changed

+1
-2
lines changed
  • src/tools/compiletest/src/runtest

1 file changed

+1
-2
lines changed

src/tools/compiletest/src/runtest/ui.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::fs::OpenOptions;
33
use std::io::Write;
44

55
use rustfix::{Filter, apply_suggestions, get_suggestions_from_json};
6-
use tracing::debug;
6+
use tracing::{debug, error};
77

88
use super::{
99
AllowUnused, Emit, FailMode, LinkToAux, PassMode, TargetLocation, TestCx, TestOutput,
@@ -135,7 +135,6 @@ impl TestCx<'_> {
135135
0
136136
};
137137
if run_output_errors > 0 {
138-
debug!("proc_res: {}", proc_res.stdout);
139138
self.fatal_proc_rec(
140139
&format!("{} errors occurred comparing run output.", run_output_errors),
141140
&proc_res,

0 commit comments

Comments
 (0)