fix test name being printed twice for ui tests

This commit is contained in:
Ralf Jung 2017-09-16 13:06:50 +02:00
parent 474c717644
commit 83589f2808

View file

@ -2174,8 +2174,6 @@ actual:\n\
}
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");