tests: use max-llvm-major-version
instead of ignore-llvm-version
range like N - 99
For tests that use `ignore-llvm-version: N - M`, replace that with `max-llvm-major-version: N-1`.
This commit is contained in:
parent
7eee9faea1
commit
91fa16b211
5 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
//@ revisions: llvm-pre-20 llvm-20
|
||||
//@ [llvm-20] min-llvm-version: 20
|
||||
//@ [llvm-pre-20] ignore-llvm-version: 20 - 99
|
||||
//@ [llvm-pre-20] max-llvm-major-version: 19
|
||||
//@ compile-flags: -C opt-level=3
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue