diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-08-07 09:29:26 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-08-07 09:29:26 +0300 |
| commit | eca6f2e897a0c09546fd8d8faba79ec2ce45be52 (patch) | |
| tree | 07e3f96f21cef86ff60bc96f8dca7c8e0b17accd | |
| parent | d9e462fd97fe56a63da62d11bb5c4d2132e4c74a (diff) | |
| download | rust-eca6f2e897a0c09546fd8d8faba79ec2ce45be52.tar.gz rust-eca6f2e897a0c09546fd8d8faba79ec2ce45be52.zip | |
Fix test_rainbow_highlighting gate
| -rw-r--r-- | crates/ide/src/syntax_highlighting/tests.rs | 2 |
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() { |
