about summary refs log tree commit diff
path: root/tests/codegen/box-uninit-bytes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/box-uninit-bytes.rs')
-rw-r--r--tests/codegen/box-uninit-bytes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/box-uninit-bytes.rs b/tests/codegen/box-uninit-bytes.rs
index 63a6c7b8415..3b83ef3e250 100644
--- a/tests/codegen/box-uninit-bytes.rs
+++ b/tests/codegen/box-uninit-bytes.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 #![crate_type = "lib"]
 
 use std::mem::MaybeUninit;