Skip to content

Commit

Permalink
Do not run cmsg test on WASI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 9, 2021
1 parent 9acd45d commit c0cf527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-test/test/cmsg.rs
Expand Up @@ -3,7 +3,7 @@

extern crate libc;

#[cfg(unix)]
#[cfg(all(unix, not(target_env = "wasi")))]
mod t {

use libc::{self, c_uchar, c_uint, c_void, cmsghdr, msghdr};
Expand Down

0 comments on commit c0cf527

Please sign in to comment.