about summary refs log tree commit diff
path: root/tests/codegen/slice-indexing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/slice-indexing.rs')
-rw-r--r--tests/codegen/slice-indexing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/slice-indexing.rs b/tests/codegen/slice-indexing.rs
index 75112bb0c24..d957ccfb5ef 100644
--- a/tests/codegen/slice-indexing.rs
+++ b/tests/codegen/slice-indexing.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 //@ only-64bit (because the LLVM type of i64 for usize shows up)
 
 #![crate_type = "lib"]