summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authorXavier L'Heureux <xavier.lheureux@icloud.com>2019-09-17 17:10:15 -0400
committerXavier L'Heureux <dev.xlheureux@gmail.com>2020-05-17 21:05:46 -0400
commit5229c443fe95d8dd13da6430bf942f9e57377a9d (patch)
treef86b1f9038c06e02bbe34212797e563852ed8f7b /test/test.rs
parent92e63f61cd5046547c30a812cda98d8a2c3b3361 (diff)
downloadnix-5229c443fe95d8dd13da6430bf942f9e57377a9d.zip
Add wait, fdatasync, poll and pause for Redox
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs
index 0bc8341d..29cc8aa3 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -150,7 +150,6 @@ mod test_mq;
#[cfg(not(target_os = "redox"))]
mod test_net;
mod test_nix_path;
-#[cfg(not(target_os = "redox"))]
mod test_poll;
#[cfg(not(target_os = "redox"))]
mod test_pty;