Skip to content

Commit

Permalink
testing more
Browse files Browse the repository at this point in the history
  • Loading branch information
geofft committed Apr 20, 2017
1 parent 25e71ad commit 9f09844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sys/test_uio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ fn test_preadv() {
#[cfg(any(target_os = "linux", target_os = "android"))]
// qemu-user does not yet implement process_vm_readv, cf. PR #568
#[cfg(not(all(travis, any(target_arch = "arm", target_arch = "aarch64"))))]
#[cfg(not(travis))]
fn test_process_vm_readv() {
use nix::unistd::ForkResult::*;
use nix::sys::signal::*;
Expand Down

0 comments on commit 9f09844

Please sign in to comment.