Always add -Z incremental-info to incremental compilation tests.
This commit is contained in:
parent
3a70aa530f
commit
67f19e5e28
1 changed files with 1 additions and 0 deletions
|
|
@ -2012,6 +2012,7 @@ actual:\n\
|
|||
// Add an extra flag pointing at the incremental directory.
|
||||
let mut revision_props = self.props.clone();
|
||||
revision_props.incremental_dir = Some(incremental_dir);
|
||||
revision_props.compile_flags.push(String::from("-Zincremental-info"));
|
||||
|
||||
let revision_cx = TestCx {
|
||||
config: self.config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue