about summary refs log tree commit diff
path: root/tests/codegen/atomic-operations.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/atomic-operations.rs')
-rw-r--r--tests/codegen/atomic-operations.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/atomic-operations.rs b/tests/codegen/atomic-operations.rs
index 8a70c94e480..8771b8b2419 100644
--- a/tests/codegen/atomic-operations.rs
+++ b/tests/codegen/atomic-operations.rs
@@ -1,5 +1,5 @@
 // Code generation of atomic operations.
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 #![crate_type = "lib"]
 
 use std::sync::atomic::AtomicI32;