From: Ralf Jung Date: Sat, 16 Sep 2017 11:06:50 +0000 (+0200) Subject: fix test name being printed twice for ui tests X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=83589f2808ebf78fb701d5238d71595e9ce1eff9;p=rust.git fix test name being printed twice for ui tests --- diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index d2a0c776b33..10ef326d9db 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -2174,8 +2174,6 @@ fn aggressive_rm_rf(&self, path: &Path) -> io::Result<()> { } fn run_ui_test(&self) { - println!("ui: {}", self.testpaths.file.display()); - let proc_res = self.compile_test(); let expected_stderr_path = self.expected_output_path("stderr");