about summary refs log tree commit diff
path: root/tests/codegen/i128-wasm32-callconv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/i128-wasm32-callconv.rs')
-rw-r--r--tests/codegen/i128-wasm32-callconv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/i128-wasm32-callconv.rs b/tests/codegen/i128-wasm32-callconv.rs
index c6d25fbe8be..9d73d270ef3 100644
--- a/tests/codegen/i128-wasm32-callconv.rs
+++ b/tests/codegen/i128-wasm32-callconv.rs
@@ -1,7 +1,7 @@
 //! Verify that Rust implements the expected calling convention for `i128`/`u128`.
 
 //@ add-core-stubs
-//@ compile-flags: -O --target wasm32-wasip1
+//@ compile-flags: -Copt-level=3 --target wasm32-wasip1
 //@ needs-llvm-components: webassembly
 
 #![crate_type = "lib"]