mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
incr.comp.: Always verify incr. comp. hashes when running incremental tests.
This commit is contained in:
parent
95b0849715
commit
13bc7ad476
@ -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…
Reference in New Issue
Block a user