Skip to content

Commit af97f86

Browse files
committed
Fix test
1 parent 7b30550 commit af97f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ fn test_unstable_options_tracking_hash() {
704704
untracked!(keep_hygiene_data, true);
705705
untracked!(link_native_libraries, false);
706706
untracked!(llvm_time_trace, true);
707-
untracked!(ls, true);
707+
untracked!(ls, vec!["all".to_owned()]);
708708
untracked!(macro_backtrace, true);
709709
untracked!(meta_stats, true);
710710
untracked!(mir_include_spans, true);

0 commit comments

Comments
 (0)