diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-10-25 14:57:25 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-03-06 17:50:13 +1100 |
| commit | 9f287dd7b32a77f277720907c76c5de466202ad3 (patch) | |
| tree | fb625ed82e7abbed9db90379cd40680db3c31f88 /compiler/rustc_interface/src | |
| parent | b77e0184a95d60080f0d0605e2a3b337e904c21e (diff) | |
| download | rust-9f287dd7b32a77f277720907c76c5de466202ad3.tar.gz rust-9f287dd7b32a77f277720907c76c5de466202ad3.zip | |
Change the documented implicit value of `-C instrument-coverage` to `=yes`
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 5e1fc248b80..4f15d1c1d3a 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -590,7 +590,7 @@ fn test_codegen_options_tracking_hash() { tracked!(force_frame_pointers, Some(false)); tracked!(force_unwind_tables, Some(true)); tracked!(inline_threshold, Some(0xf007ba11)); - tracked!(instrument_coverage, InstrumentCoverage::All); + tracked!(instrument_coverage, InstrumentCoverage::Yes); tracked!(link_dead_code, Some(true)); tracked!(linker_plugin_lto, LinkerPluginLto::LinkerPluginAuto); tracked!(llvm_args, vec![String::from("1"), String::from("2")]); |
