diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-03-23 14:13:54 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-03-24 12:08:30 +1100 |
| commit | 46c8a2c26eee8148e47237e90efde558d1374580 (patch) | |
| tree | 2e0e87354ab4de06b32b8eda5ca2bdea4558878f /src/test/codegen-units/partitioning/regular-modules.rs | |
| parent | a3782671cf1e190ffa470128a53329177b2c9a2f (diff) | |
| download | rust-46c8a2c26eee8148e47237e90efde558d1374580.tar.gz rust-46c8a2c26eee8148e47237e90efde558d1374580.zip | |
Remove `-Z incremental`.
`-C incremental` was introduced over two years ago. `-Z incremental` was kept for transitioning, but it's been long enough now that it should be ok to remove it.
Diffstat (limited to 'src/test/codegen-units/partitioning/regular-modules.rs')
| -rw-r--r-- | src/test/codegen-units/partitioning/regular-modules.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/codegen-units/partitioning/regular-modules.rs b/src/test/codegen-units/partitioning/regular-modules.rs index f42dc3dfc17..c8ceeafd0bf 100644 --- a/src/test/codegen-units/partitioning/regular-modules.rs +++ b/src/test/codegen-units/partitioning/regular-modules.rs @@ -1,7 +1,7 @@ // ignore-tidy-linelength -// We specify -Z incremental here because we want to test the partitioning for +// We specify -C incremental here because we want to test the partitioning for // incremental compilation -// compile-flags:-Zprint-mono-items=eager -Zincremental=tmp/partitioning-tests/regular-modules +// compile-flags:-Zprint-mono-items=eager -Cincremental=tmp/partitioning-tests/regular-modules #![allow(dead_code)] #![crate_type="lib"] |
