about summary refs log tree commit diff
path: root/tests/codegen/panic-in-drop-abort.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/panic-in-drop-abort.rs')
-rw-r--r--tests/codegen/panic-in-drop-abort.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/panic-in-drop-abort.rs b/tests/codegen/panic-in-drop-abort.rs
index b150c537ad5..e89170e56ed 100644
--- a/tests/codegen/panic-in-drop-abort.rs
+++ b/tests/codegen/panic-in-drop-abort.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -Z panic-in-drop=abort -O
+//@ compile-flags: -Z panic-in-drop=abort -Copt-level=3
 //@ ignore-msvc
 
 // Ensure that unwinding code paths are eliminated from the output after