Skip to content

Commit 13bc7ad

Browse files
incr.comp.: Always verify incr. comp. hashes when running incremental tests.
1 parent 95b0849 commit 13bc7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ actual:\n\
13841384

13851385
if let Some(ref incremental_dir) = self.props.incremental_dir {
13861386
rustc.args(&["-Z", &format!("incremental={}", incremental_dir.display())]);
1387+
rustc.args(&["-Z", "incremental-verify-ich"]);
13871388
}
13881389

13891390
match self.config.mode {

0 commit comments

Comments
 (0)