Skip to content

Commit a289e9f

Browse files
authored
fix declaration
1 parent bbbc7b5 commit a289e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_tail.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ fn test_follow_name_truncate3() {
19671967

19681968
#[test]
19691969
#[cfg(all(
1970-
not(target_os = "apple"),
1970+
not(target_vendor = "apple"),
19711971
not(target_os = "windows"),
19721972
not(feature = "feat_selinux") // flaky
19731973
))] // FIXME: for currently not working platforms

0 commit comments

Comments
 (0)