about summary refs log tree commit diff
path: root/tests/codegen/uninit-consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/uninit-consts.rs')
-rw-r--r--tests/codegen/uninit-consts.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/uninit-consts.rs b/tests/codegen/uninit-consts.rs
index 98a6761f8ab..54e9a9e9bb8 100644
--- a/tests/codegen/uninit-consts.rs
+++ b/tests/codegen/uninit-consts.rs
@@ -1,5 +1,4 @@
 // compile-flags: -C no-prepopulate-passes
-// min-llvm-version: 14.0
 
 // Check that we use undef (and not zero) for uninitialized bytes in constants.