summaryrefslogtreecommitdiffstats
path: root/tokio/tests/thread_pool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/thread_pool.rs')
-rw-r--r--tokio/tests/thread_pool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/thread_pool.rs b/tokio/tests/thread_pool.rs
index 9ef4b333..ef8fcf06 100644
--- a/tokio/tests/thread_pool.rs
+++ b/tokio/tests/thread_pool.rs
@@ -274,7 +274,7 @@ fn panic_in_task() {
#[test]
fn multi_threadpool() {
- use tokio_sync::oneshot;
+ use tokio::sync::oneshot;
let pool1 = new_pool();
let pool2 = new_pool();