diff options
author | Amanieu d'Antras <amanieu@gmail.com> | 2023-03-23 23:39:41 +0000 |
---|---|---|
committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-04-16 11:50:32 -0700 |
commit | 4b981c26487ebe56de6b3000fcd98713804beefc (patch) | |
tree | d50840628110d5d096f4dfca8fc8636f8adddae9 /compiler/rustc_interface | |
parent | abc0660118cc95f47445fd33502a11dd448f5968 (diff) | |
download | rust-4b981c26487ebe56de6b3000fcd98713804beefc.tar.gz |
Rename -Zoom=panic to -Zoom=unwind
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..101967503c1 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -776,7 +776,7 @@ fn test_unstable_options_tracking_hash() { tracked!(no_link, true); tracked!(no_profiler_runtime, true); tracked!(no_unique_section_names, true); - tracked!(oom, OomStrategy::Panic); + tracked!(oom, OomStrategy::Unwind); tracked!(osx_rpath_install_name, true); tracked!(packed_bundled_libs, true); tracked!(panic_abort_tests, true); |