diff options
Diffstat (limited to 'tests/codegen/ptr-arithmetic.rs')
| -rw-r--r-- | tests/codegen/ptr-arithmetic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/ptr-arithmetic.rs b/tests/codegen/ptr-arithmetic.rs index 6f115d33d8d..ecb44b30f5c 100644 --- a/tests/codegen/ptr-arithmetic.rs +++ b/tests/codegen/ptr-arithmetic.rs @@ -1,4 +1,4 @@ -//@ compile-flags: -O -Z merge-functions=disabled +//@ compile-flags: -Copt-level=3 -Z merge-functions=disabled #![crate_type = "lib"] |
