From 33253fa6a42565eeae40e63401a41ac2dcc9e92f Mon Sep 17 00:00:00 2001 From: Matthias Krüger Date: Tue, 25 Apr 2023 00:08:33 +0200 Subject: Revert "Rename -Zoom=panic to -Zoom=unwind" This reverts commit 4b981c26487ebe56de6b3000fcd98713804beefc. --- compiler/rustc_interface/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_interface/src') diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index ce0f90bc1cc..7b0b5102c2d 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -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); -- cgit 1.4.1-3-g733a5