mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
Fix cfg attribute formatting
This commit is contained in:
@@ -636,10 +636,7 @@ fn test_follow_multiple() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(all(
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "windows")
|
||||
))] // FIXME: test times out
|
||||
+#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: test times out
|
||||
fn test_follow_name_multiple() {
|
||||
// spell-checker:disable-next-line
|
||||
for argument in ["--follow=name", "--follo=nam", "--f=n"] {
|
||||
|
||||
Reference in New Issue
Block a user