tests/codegen/enum/enum-match.rs: accept negative range attribute
The test current fails when `rustc` is built with HEAD LLVM: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/38097/steps/canvas?sid=0197c492-5661-4c42-8ae7-3d789e85c6ca
I suspect the change was caused by
|
||
|---|---|---|
| .. | ||
| enum-aggregate.rs | ||
| enum-bounds-check-derived-idx.rs | ||
| enum-bounds-check-issue-13926.rs | ||
| enum-bounds-check-issue-82871.rs | ||
| enum-bounds-check.rs | ||
| enum-debug-clike.rs | ||
| enum-debug-niche-2.rs | ||
| enum-debug-niche.rs | ||
| enum-debug-tagged.rs | ||
| enum-discriminant-value.rs | ||
| enum-early-otherwise-branch.rs | ||
| enum-match.rs | ||
| enum-two-variants-match.rs | ||
| enum-u128.rs | ||
| unreachable_enum_default_branch.rs | ||