incr.comp.: Always verify incr. comp. hashes when running incremental tests.
This commit is contained in:
parent
95b0849715
commit
13bc7ad476
1 changed files with 1 additions and 0 deletions
|
@ -1384,6 +1384,7 @@ actual:\n\
|
|||
|
||||
if let Some(ref incremental_dir) = self.props.incremental_dir {
|
||||
rustc.args(&["-Z", &format!("incremental={}", incremental_dir.display())]);
|
||||
rustc.args(&["-Z", "incremental-verify-ich"]);
|
||||
}
|
||||
|
||||
match self.config.mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue