about summary refs log tree commit diff
path: root/tests/codegen/char-ascii-branchless.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/char-ascii-branchless.rs')
-rw-r--r--tests/codegen/char-ascii-branchless.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/char-ascii-branchless.rs b/tests/codegen/char-ascii-branchless.rs
index 76d2f617ed1..f99066aa9aa 100644
--- a/tests/codegen/char-ascii-branchless.rs
+++ b/tests/codegen/char-ascii-branchless.rs
@@ -1,6 +1,6 @@
 // Checks that these functions are branchless.
 //
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 
 #![crate_type = "lib"]