mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Only run rainbow highlighting test on 64-bit Unix
This commit is contained in:
parent
b8763fe224
commit
948c9afc73
1 changed files with 4 additions and 0 deletions
|
@ -915,6 +915,10 @@ fn main() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(
|
||||
all(unix, not(target_pointer_width = "64")),
|
||||
ignore = "depends on `DefaultHasher` outputs"
|
||||
)]
|
||||
fn test_rainbow_highlighting() {
|
||||
check_highlighting(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue