]> git.lizzy.rs Git - rust.git/commitdiff
fix test name being printed twice for ui tests
authorRalf Jung <post@ralfj.de>
Sat, 16 Sep 2017 11:06:50 +0000 (13:06 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 16 Sep 2017 11:12:58 +0000 (13:12 +0200)
src/tools/compiletest/src/runtest.rs

index d2a0c776b33e683f4c830b62bd458d2de45cce6a..10ef326d9db8c993306c794eab58237c44d05195 100644 (file)
@@ -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");