about summary refs log tree commit diff
path: root/tests/codegen/catch-unwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/catch-unwind.rs')
-rw-r--r--tests/codegen/catch-unwind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/catch-unwind.rs b/tests/codegen/catch-unwind.rs
index 48ad486fa03..d1ff55bcc28 100644
--- a/tests/codegen/catch-unwind.rs
+++ b/tests/codegen/catch-unwind.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 
 // On x86 the closure is inlined in foo() producing something like
 // define i32 @foo() [...] {