about summary refs log tree commit diff
path: root/tests/codegen/hint/unlikely.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/hint/unlikely.rs')
-rw-r--r--tests/codegen/hint/unlikely.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/hint/unlikely.rs b/tests/codegen/hint/unlikely.rs
index 328533f3081..248b1e2537e 100644
--- a/tests/codegen/hint/unlikely.rs
+++ b/tests/codegen/hint/unlikely.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 #![crate_type = "lib"]
 #![feature(likely_unlikely)]