Skip to content

Commit eca6f2e

Browse files
committed
Fix test_rainbow_highlighting gate
1 parent d9e462f commit eca6f2e

File tree

1 file changed

+1
-1
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ pub struct Struct;
958958

959959
#[test]
960960
#[cfg_attr(
961-
all(unix, not(target_pointer_width = "64")),
961+
not(all(unix, target_pointer_width = "64")),
962962
ignore = "depends on `DefaultHasher` outputs"
963963
)]
964964
fn test_rainbow_highlighting() {

0 commit comments

Comments
 (0)