about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authormejrs <>2022-10-24 20:52:51 +0200
committermejrs <>2022-10-24 20:52:51 +0200
commit854b3166a05916f01b6a7cb9c09fc7c8d26697ad (patch)
tree159dd54e8e4f48c6ee31908766bd54c84a19ac97 /compiler/rustc_interface/src
parent406e1dc8ebdeb509515c0c8be7cfe015c5eced30 (diff)
downloadrust-854b3166a05916f01b6a7cb9c09fc7c8d26697ad.tar.gz
rust-854b3166a05916f01b6a7cb9c09fc7c8d26697ad.zip
Address some comments
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
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()));