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.
1 parent 79db5fe commit 4023f05Copy full SHA for 4023f05
src/tools/compiletest/src/runtest.rs
@@ -2559,7 +2559,7 @@ impl<'test> TestCx<'test> {
2559
self.fatal_proc_rec("test run failed!", &proc_res);
2560
}
2561
2562
- if !explicit {
+ if !explicit && self.config.compare_mode.is_none() {
2563
if !expected_errors.is_empty() || !proc_res.status.success() {
2564
// "// error-pattern" comments
2565
self.check_expected_errors(expected_errors, &proc_res);
0 commit comments