Skip to content

Commit

Permalink
fix test name being printed twice for ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 16, 2017
1 parent 474c717 commit 83589f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 83589f2

Please sign in to comment.