Skip to content

Commit

Permalink
add cfg macos for additional_data test
Browse files Browse the repository at this point in the history
  • Loading branch information
doroved committed Sep 28, 2024
1 parent 4c1f25e commit 8543fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ fn test_mid_operations() {
Err(err) => debug!("MID.data[error]: {}", err),
}

#[cfg(target_os = "macos")]
match additional_data() {
Ok(log_data) => debug!("MID.additional_data: {:?}", log_data),
Err(err) => debug!("MID.additional_data[error]: {}", err),
Expand Down

0 comments on commit 8543fbf

Please sign in to comment.