summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sys/test_uio.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sys/test_uio.rs b/test/sys/test_uio.rs
index 90cda56f..d805b3b3 100644
--- a/test/sys/test_uio.rs
+++ b/test/sys/test_uio.rs
@@ -129,7 +129,7 @@ fn test_pread() {
}
#[test]
-#[cfg(feature = "preadv_pwritev")]
+#[cfg(target_os = "linux")]
fn test_pwritev() {
use std::io::Read;
@@ -159,7 +159,7 @@ fn test_pwritev() {
}
#[test]
-#[cfg(feature = "preadv_pwritev")]
+#[cfg(target_os = "linux")]
fn test_preadv() {
use std::io::Write;