Rename -Zoom=panic to -Zoom=unwind

This commit is contained in:
Amanieu d'Antras 2023-03-23 23:39:41 +00:00
parent abc0660118
commit 4b981c2648
5 changed files with 8 additions and 8 deletions

View file

@ -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);