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 // #1668
/// Default path (*nix) /// Default path (*nix)
#[cfg( #[cfg(all(
all( unix,
unix, not(target_os = "macos"),
not(target_os = "macos"), not(target_os = "ios"),
not(target_os = "ios"), not(target_os = "android")
not(target_os = "android") ))]
)
)]
fn foo() { fn foo() {
#[cfg(target_os = "freertos")] #[cfg(target_os = "freertos")]
match port_id { match port_id {