Skip to content

Commit fae0be5

Browse files
author
mejrs
committed
fix tracking hash test
1 parent 60dbffb commit fae0be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ fn test_unstable_options_tracking_hash() {
689689
untracked!(time_llvm_passes, true);
690690
untracked!(time_passes, true);
691691
untracked!(trace_macros, true);
692-
untracked!(track_diagnostics, false);
692+
untracked!(track_diagnostics, true);
693693
untracked!(trim_diagnostic_paths, false);
694694
untracked!(ui_testing, true);
695695
untracked!(unpretty, Some("expanded".to_string()));

0 commit comments

Comments
 (0)