Skip to content

Commit 67f19e5

Browse files
Always add -Z incremental-info to incremental compilation tests.
1 parent 3a70aa5 commit 67f19e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2012,6 +2012,7 @@ actual:\n\
20122012
// Add an extra flag pointing at the incremental directory.
20132013
let mut revision_props = self.props.clone();
20142014
revision_props.incremental_dir = Some(incremental_dir);
2015+
revision_props.compile_flags.push(String::from("-Zincremental-info"));
20152016

20162017
let revision_cx = TestCx {
20172018
config: self.config,

0 commit comments

Comments
 (0)