diff options
| author | mejrs <> | 2022-10-24 20:52:51 +0200 |
|---|---|---|
| committer | mejrs <> | 2022-10-24 20:52:51 +0200 |
| commit | 854b3166a05916f01b6a7cb9c09fc7c8d26697ad (patch) | |
| tree | 159dd54e8e4f48c6ee31908766bd54c84a19ac97 /compiler/rustc_interface/src | |
| parent | 406e1dc8ebdeb509515c0c8be7cfe015c5eced30 (diff) | |
| download | rust-854b3166a05916f01b6a7cb9c09fc7c8d26697ad.tar.gz rust-854b3166a05916f01b6a7cb9c09fc7c8d26697ad.zip | |
Address some comments
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 da3102ba7b0..0f7220f9f7a 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -689,6 +689,7 @@ fn test_unstable_options_tracking_hash() { untracked!(time_llvm_passes, true); untracked!(time_passes, true); untracked!(trace_macros, true); + untracked!(track_diagnostics, false); untracked!(trim_diagnostic_paths, false); untracked!(ui_testing, true); untracked!(unpretty, Some("expanded".to_string())); |
