From 19ebfd122cffcc3c8d0bccd4a9c4b7a039e27a93 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Mon, 6 Aug 2018 08:10:04 +0900 Subject: [PATCH] Update test --- tests/target/attrib.rs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/target/attrib.rs b/tests/target/attrib.rs index 1e069458ea16..3880d9cb876b 100644 --- a/tests/target/attrib.rs +++ b/tests/target/attrib.rs @@ -76,14 +76,12 @@ struct Foo { // #1668 /// Default path (*nix) -#[cfg( - all( - unix, - not(target_os = "macos"), - not(target_os = "ios"), - not(target_os = "android") - ) -)] +#[cfg(all( + unix, + not(target_os = "macos"), + not(target_os = "ios"), + not(target_os = "android") +))] fn foo() { #[cfg(target_os = "freertos")] match port_id {