Skip to content

Commit 99456cc

Browse files
committed
tests: use max-llvm-major-version instead of ignore-llvm-version
1 parent e32b975 commit 99456cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/codegen-llvm/issues/issue-122600-ptr-discriminant-update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ compile-flags: -Copt-level=3
22
//@ revisions: new old
3-
//@ [old] ignore-llvm-version: 22 - 99
3+
//@ [old] max-llvm-major-version: 21
44
//@ [new] min-llvm-version: 22
55

66
#![crate_type = "lib"]

tests/codegen-llvm/vec_pop_push_noop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ compile-flags: -Copt-level=3
22
//@ revisions: new old
3-
//@ [old] ignore-llvm-version: 22 - 99
3+
//@ [old] max-llvm-major-version: 21
44
//@ [new] min-llvm-version: 22
55

66
#![crate_type = "lib"]

tests/codegen-llvm/vecdeque_pop_push.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ compile-flags: -Copt-level=3
22
//@ revisions: new old
3-
//@ [old] ignore-llvm-version: 22 - 99
3+
//@ [old] max-llvm-major-version: 21
44
//@ [new] min-llvm-version: 22
55

66
#![crate_type = "lib"]

0 commit comments

Comments
 (0)