mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +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]
|
#[test]
|
||||||
|
#[cfg_attr(
|
||||||
|
all(unix, not(target_pointer_width = "64")),
|
||||||
|
ignore = "depends on `DefaultHasher` outputs"
|
||||||
|
)]
|
||||||
fn test_rainbow_highlighting() {
|
fn test_rainbow_highlighting() {
|
||||||
check_highlighting(
|
check_highlighting(
|
||||||
r#"
|
r#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue