summaryrefslogtreecommitdiffstats
path: root/tokio/tests/process_smoke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/process_smoke.rs')
-rw-r--r--tokio/tests/process_smoke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/process_smoke.rs b/tokio/tests/process_smoke.rs
index a952f7f6..d16d1d72 100644
--- a/tokio/tests/process_smoke.rs
+++ b/tokio/tests/process_smoke.rs
@@ -1,5 +1,5 @@
-#![cfg(feature = "process")]
#![warn(rust_2018_idioms)]
+#![cfg(feature = "full")]
use tokio::process::Command;
use tokio_test::assert_ok;