about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authormejrs <>2022-10-26 13:42:41 +0200
committermejrs <>2022-10-26 13:42:41 +0200
commitfae0be5d50f604b33b27e676a59cdc984a160e0b (patch)
tree4ba964d9f4387ed5764d7b1f80ea9be7fbe8d145 /compiler/rustc_interface/src
parent60dbffba294492427a00d6878a13f0ac3dae78d0 (diff)
downloadrust-fae0be5d50f604b33b27e676a59cdc984a160e0b.tar.gz
rust-fae0be5d50f604b33b27e676a59cdc984a160e0b.zip
fix tracking hash test
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 0f7220f9f7a..5e6edd6c9af 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -689,7 +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!(track_diagnostics, true);
     untracked!(trim_diagnostic_paths, false);
     untracked!(ui_testing, true);
     untracked!(unpretty, Some("expanded".to_string()));