Revert "Rename -Zoom=panic to -Zoom=unwind"
This reverts commit 4b981c2648
.
This commit is contained in:
parent
653cfdb436
commit
33253fa6a4
5 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue