about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorLukas Markeffsky <@>2023-01-17 19:35:19 +0100
committerLukas Markeffsky <@>2023-01-17 20:02:01 +0100
commit1216cc7f1c7762bd82afeeb6ec22121f57980e80 (patch)
tree4b14d34b88cd18059518f60953c78e418c28dc8e /tests/codegen
parent38a76f33220c4b9d13dda1fa8f6c629c8a7bcc5d (diff)
downloadrust-1216cc7f1c7762bd82afeeb6ec22121f57980e80.tar.gz
rust-1216cc7f1c7762bd82afeeb6ec22121f57980e80.zip
bump failing assembly & codegen tests from LLVM 14 to LLVM 15
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/issue-96497-slice-size-nowrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/issue-96497-slice-size-nowrap.rs b/tests/codegen/issue-96497-slice-size-nowrap.rs
index a5dbef93460..0413ed6b26f 100644
--- a/tests/codegen/issue-96497-slice-size-nowrap.rs
+++ b/tests/codegen/issue-96497-slice-size-nowrap.rs
@@ -3,7 +3,7 @@
 // in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
 
 // compile-flags: -O
-// min-llvm-version: 14.0
+// min-llvm-version: 15.0
 
 #![crate_type="lib"]