about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-25 00:08:33 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2023-04-25 00:08:33 +0200
commit33253fa6a42565eeae40e63401a41ac2dcc9e92f (patch)
treef0d3a82149da5df750f76000a5acdf0e0c3f665f /compiler/rustc_interface/src/tests.rs
parent653cfdb436256cbc8415630b2537707ae1663806 (diff)
downloadrust-33253fa6a42565eeae40e63401a41ac2dcc9e92f.tar.gz
rust-33253fa6a42565eeae40e63401a41ac2dcc9e92f.zip
Revert "Rename -Zoom=panic to -Zoom=unwind"
This reverts commit 4b981c26487ebe56de6b3000fcd98713804beefc.
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
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);