summaryrefslogtreecommitdiff
path: root/test/sys/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys/mod.rs')
-rw-r--r--test/sys/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index 14b03784..4f5316ff 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -41,5 +41,5 @@ mod test_pthread;
target_os = "netbsd",
target_os = "openbsd"))]
mod test_ptrace;
-#[cfg(any(target_os = "android", target_os = "linux"))]
+#[cfg(target_os = "linux")]
mod test_timerfd;