summaryrefslogtreecommitdiffstats
path: root/tokio/tests/rt_basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/rt_basic.rs')
-rw-r--r--tokio/tests/rt_basic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/rt_basic.rs b/tokio/tests/rt_basic.rs
index 039bb22f..700f1029 100644
--- a/tokio/tests/rt_basic.rs
+++ b/tokio/tests/rt_basic.rs
@@ -29,6 +29,7 @@ fn spawned_task_does_not_progress_without_block_on() {
fn rt() -> Runtime {
tokio::runtime::Builder::new()
.basic_scheduler()
+ .enable_all()
.build()
.unwrap()
}