Skip to content

Commit

Permalink
Always add -Z incremental-info to incremental compilation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Aug 11, 2016
1 parent 3a70aa5 commit 67f19e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67f19e5

Please sign in to comment.