Skip to content

Commit 2cd5ce0

Browse files
committed
Update test.
1 parent 63d8758 commit 2cd5ce0

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
@@ -747,7 +747,7 @@ fn test_unstable_options_tracking_hash() {
747747
tracked!(emit_thin_lto, false);
748748
tracked!(export_executable_symbols, true);
749749
tracked!(fewer_names, Some(true));
750-
tracked!(flatten_format_args, true);
750+
tracked!(flatten_format_args, false);
751751
tracked!(force_unstable_if_unmarked, true);
752752
tracked!(fuel, Some(("abc".to_string(), 99)));
753753
tracked!(function_sections, Some(false));

0 commit comments

Comments
 (0)