diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2017-10-06 15:35:03 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2017-10-06 16:04:38 +0200 |
| commit | b81c8580caf8208215049d2b22239cb6bb678d0b (patch) | |
| tree | 71e2a2c63a79bcb6495d807591a6654de33e2893 /src/tools/compiletest | |
| parent | a0db04b62bde392fb9846d4a90e3973bab09147a (diff) | |
| download | rust-b81c8580caf8208215049d2b22239cb6bb678d0b.tar.gz rust-b81c8580caf8208215049d2b22239cb6bb678d0b.zip | |
incr.comp.: Bring back output of -Zincremental-info.
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index 10ef326d9db..53c88307329 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -2036,7 +2036,6 @@ 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, |
