We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81680af + 08e470f commit 570c79dCopy full SHA for 570c79d
src/tools/compiletest/src/runtest.rs
@@ -137,10 +137,6 @@ impl<'test> TestCx<'test> {
137
138
self.check_correct_failure_status(&proc_res);
139
140
- if proc_res.status.success() {
141
- self.fatal("process did not return an error status");
142
- }
143
-
144
let output_to_check = self.get_output(&proc_res);
145
let expected_errors = errors::load_errors(&self.testpaths.file, self.revision);
146
if !expected_errors.is_empty() {
0 commit comments