Update test

This commit is contained in:
Seiichi Uchida 2018-08-06 08:10:04 +09:00
parent b2a80f9942
commit 19ebfd122c

View File

@ -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 {