Fix test_rainbow_highlighting gate

This commit is contained in:
Laurențiu Nicola 2022-08-07 09:29:26 +03:00
parent d9e462fd97
commit eca6f2e897

View File

@ -958,7 +958,7 @@ fn test_mod_hl_injection() {
#[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() {