about summary refs log tree commit diff
path: root/tests/codegen/unchecked_shifts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/unchecked_shifts.rs')
-rw-r--r--tests/codegen/unchecked_shifts.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/unchecked_shifts.rs b/tests/codegen/unchecked_shifts.rs
index 0924dda08ee..d5f53bedd54 100644
--- a/tests/codegen/unchecked_shifts.rs
+++ b/tests/codegen/unchecked_shifts.rs
@@ -1,5 +1,4 @@
 // compile-flags: -O
-// min-llvm-version: 15.0 (LLVM 13 in CI does this differently from submodule LLVM)
 // ignore-debug (because unchecked is checked in debug)
 
 #![crate_type = "lib"]