Revert "Rename -Zoom=panic to -Zoom=unwind"

This reverts commit 4b981c2648.
This commit is contained in:
Matthias Krüger 2023-04-25 00:08:33 +02:00
parent 653cfdb436
commit 33253fa6a4
5 changed files with 8 additions and 8 deletions

View file

@ -777,7 +777,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::Unwind);
tracked!(oom, OomStrategy::Panic);
tracked!(osx_rpath_install_name, true);
tracked!(packed_bundled_libs, true);
tracked!(panic_abort_tests, true);