diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-02-08 19:45:40 -0800 | 
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-02-11 13:41:35 -0800 | 
| commit | 3c0c9b6770f1ac0324be91580f52b6f45346e47b (patch) | |
| tree | 0ca2e1eeec35340e34dbe3f4920f0400f86ed9d1 /tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs | |
| parent | 4c17270332c2908a9e77d0c5a5cdfc27edd45654 (diff) | |
| download | rust-3c0c9b6770f1ac0324be91580f52b6f45346e47b.tar.gz rust-3c0c9b6770f1ac0324be91580f52b6f45346e47b.zip | |
tests/codegen: use -Copt-level=3 instead of -O
Diffstat (limited to 'tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs')
| -rw-r--r-- | tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs b/tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs index c3eb1a5968a..e9dd0d1bf23 100644 --- a/tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs +++ b/tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs @@ -1,7 +1,7 @@ // This test checks that bounds checks are elided when // index is part of a (x | y) < C style condition -//@ compile-flags: -O +//@ compile-flags: -Copt-level=3 #![crate_type = "lib"] | 
