summaryrefslogtreecommitdiff
path: root/test/sys/test_aio_drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys/test_aio_drop.rs')
-rw-r--r--test/sys/test_aio_drop.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sys/test_aio_drop.rs b/test/sys/test_aio_drop.rs
index 492da401..71a2183b 100644
--- a/test/sys/test_aio_drop.rs
+++ b/test/sys/test_aio_drop.rs
@@ -1,6 +1,3 @@
-extern crate nix;
-extern crate tempfile;
-
// Test dropping an AioCb that hasn't yet finished.
// This must happen in its own process, because on OSX this test seems to hose
// the AIO subsystem and causes subsequent tests to fail