about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2022-08-07 09:29:26 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2022-08-07 09:29:26 +0300
commiteca6f2e897a0c09546fd8d8faba79ec2ce45be52 (patch)
tree07e3f96f21cef86ff60bc96f8dca7c8e0b17accd
parentd9e462fd97fe56a63da62d11bb5c4d2132e4c74a (diff)
downloadrust-eca6f2e897a0c09546fd8d8faba79ec2ce45be52.tar.gz
rust-eca6f2e897a0c09546fd8d8faba79ec2ce45be52.zip
Fix test_rainbow_highlighting gate
-rw-r--r--crates/ide/src/syntax_highlighting/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs
index 99be7c66486..382735cb368 100644
--- a/crates/ide/src/syntax_highlighting/tests.rs
+++ b/crates/ide/src/syntax_highlighting/tests.rs
@@ -958,7 +958,7 @@ pub struct Struct;
 
 #[test]
 #[cfg_attr(
-    all(unix, not(target_pointer_width = "64")),
+    not(all(unix, target_pointer_width = "64")),
     ignore = "depends on `DefaultHasher` outputs"
 )]
 fn test_rainbow_highlighting() {