Update test
This commit is contained in:
parent
b2a80f9942
commit
19ebfd122c
1 changed files with 6 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue