diff options
| author | danakj <danakj@chromium.org> | 2021-07-22 14:52:45 -0400 |
|---|---|---|
| committer | danakj <danakj@chromium.org> | 2021-09-07 15:41:30 -0400 |
| commit | ce35f8ec56ec7e89d351cd95001f4d819c97e07d (patch) | |
| tree | 135cb5d9cc036d7cf652db63d502246ab2c612fc /compiler/rustc_interface/src | |
| parent | 69c4aa2901ffadf69deaf91b2f90604bcbc2eb36 (diff) | |
| download | rust-ce35f8ec56ec7e89d351cd95001f4d819c97e07d.tar.gz rust-ce35f8ec56ec7e89d351cd95001f4d819c97e07d.zip | |
remap-cwd-prefix
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index afab919bc3c..94166715f74 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -753,6 +753,7 @@ fn test_debugging_options_tracking_hash() { tracked!(profiler_runtime, "abc".to_string()); tracked!(relax_elf_relocations, Some(true)); tracked!(relro_level, Some(RelroLevel::Full)); + tracked!(remap_cwd_prefix, Some(PathBuf::from("abc"))); tracked!(simulate_remapped_rust_src_base, Some(PathBuf::from("/rustc/abc"))); tracked!(report_delayed_bugs, true); tracked!(sanitizer, SanitizerSet::ADDRESS); |
