diff options
Diffstat (limited to 'tests/mir-opt/pre-codegen/slice_iter.rs')
| -rw-r--r-- | tests/mir-opt/pre-codegen/slice_iter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/pre-codegen/slice_iter.rs b/tests/mir-opt/pre-codegen/slice_iter.rs index 3983f8a806b..3f89ab0e6f3 100644 --- a/tests/mir-opt/pre-codegen/slice_iter.rs +++ b/tests/mir-opt/pre-codegen/slice_iter.rs @@ -1,5 +1,6 @@ // skip-filecheck //@ compile-flags: -O -C debuginfo=0 -Zmir-opt-level=2 +//@ only-64bit (constants for `None::<&T>` show in the output) // EMIT_MIR_FOR_EACH_PANIC_STRATEGY #![crate_type = "lib"] |
