Skip to content

Commit

Permalink
compiletest: Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedcharles committed Aug 13, 2016
1 parent d3c3de8 commit 08e470f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tools/compiletest/src/runtest.rs
Expand Up @@ -137,10 +137,6 @@ impl<'test> TestCx<'test> {

self.check_correct_failure_status(&proc_res);

if proc_res.status.success() {
self.fatal("process did not return an error status");
}

let output_to_check = self.get_output(&proc_res);
let expected_errors = errors::load_errors(&self.testpaths.file, self.revision);
if !expected_errors.is_empty() {
Expand Down

0 comments on commit 08e470f

Please sign in to comment.