summaryrefslogtreecommitdiffstats
path: root/tokio/tests/net_driver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/net_driver.rs')
-rw-r--r--tokio/tests/net_driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/net_driver.rs b/tokio/tests/net_driver.rs
index 998bfcc9..687e4aab 100644
--- a/tokio/tests/net_driver.rs
+++ b/tokio/tests/net_driver.rs
@@ -61,7 +61,7 @@ fn test_drop_on_notify() {
}
}));
- let _enter = tokio_executor::enter().unwrap();
+ let _enter = tokio::executor::enter().unwrap();
{
let handle = reactor.handle();