Skip to content

Commit

Permalink
Auto merge of #12903 - lnicola:rainbows, r=Veykril
Browse files Browse the repository at this point in the history
Only run rainbow highlighting test on 64-bit Unix
  • Loading branch information
bors committed Jul 28, 2022
2 parents b8763fe + 948c9af commit cab1055
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/ide/src/syntax_highlighting/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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#"
Expand Down

0 comments on commit cab1055

Please sign in to comment.