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.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index 39455845..a5f3351d 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -1,6 +1,3 @@
-#[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd",
- target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))]
-mod test_event;
mod test_socket;
mod test_sockopt;
mod test_termios;