Skip to content

Commit 83589f2

Browse files
committed
fix test name being printed twice for ui tests
1 parent 474c717 commit 83589f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,8 +2174,6 @@ actual:\n\
21742174
}
21752175

21762176
fn run_ui_test(&self) {
2177-
println!("ui: {}", self.testpaths.file.display());
2178-
21792177
let proc_res = self.compile_test();
21802178

21812179
let expected_stderr_path = self.expected_output_path("stderr");

0 commit comments

Comments
 (0)