diff options
author | Mara Bos <m-ou.se@m-ou.se> | 2023-04-17 14:13:37 +0200 |
---|---|---|
committer | Mara Bos <m-ou.se@m-ou.se> | 2023-04-17 14:13:37 +0200 |
commit | 2cd5ce08ba2a52da052c8372737245eb6c3c78bd (patch) | |
tree | 0992a569bd6ae7f9bbf5a278fe3d7bd7d83e21a3 /compiler/rustc_interface | |
parent | 63d8758d35516d77dc53b5acaf0dc405f2297166 (diff) | |
download | rust-2cd5ce08ba2a52da052c8372737245eb6c3c78bd.tar.gz |
Update test.
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 10dfd32d418..f5d44d239e0 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -747,7 +747,7 @@ fn test_unstable_options_tracking_hash() { tracked!(emit_thin_lto, false); tracked!(export_executable_symbols, true); tracked!(fewer_names, Some(true)); - tracked!(flatten_format_args, true); + tracked!(flatten_format_args, false); tracked!(force_unstable_if_unmarked, true); tracked!(fuel, Some(("abc".to_string(), 99))); tracked!(function_sections, Some(false)); |