about summary refs log tree commit diff
path: root/tests/codegen/move-before-nocapture-ref-arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/move-before-nocapture-ref-arg.rs')
-rw-r--r--tests/codegen/move-before-nocapture-ref-arg.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/move-before-nocapture-ref-arg.rs b/tests/codegen/move-before-nocapture-ref-arg.rs
index a530bc26672..c3448192ea1 100644
--- a/tests/codegen/move-before-nocapture-ref-arg.rs
+++ b/tests/codegen/move-before-nocapture-ref-arg.rs
@@ -1,7 +1,6 @@
 // Verify that move before the call of the function with noalias, nocapture, readonly.
 // #107436
 //@ compile-flags: -O
-//@ min-llvm-version: 17
 
 #![crate_type = "lib"]