diff options
Diffstat (limited to 'src/librustc_interface/tests.rs')
| -rw-r--r-- | src/librustc_interface/tests.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/librustc_interface/tests.rs b/src/librustc_interface/tests.rs index 18cbea858d4..87647f3b0b0 100644 --- a/src/librustc_interface/tests.rs +++ b/src/librustc_interface/tests.rs @@ -506,6 +506,7 @@ fn test_debugging_options_tracking_hash() { untracked!(save_analysis, true); untracked!(self_profile, SwitchWithOptPath::Enabled(None)); untracked!(self_profile_events, Some(vec![String::new()])); + untracked!(span_debug, true); untracked!(span_free_formats, true); untracked!(strip, Strip::None); untracked!(terminal_width, Some(80)); | 
