diff --git a/tests/by-util/test_env.rs b/tests/by-util/test_env.rs index 796871480bb..98fba0cbc98 100644 --- a/tests/by-util/test_env.rs +++ b/tests/by-util/test_env.rs @@ -5,7 +5,8 @@ // spell-checker:ignore (words) bamf chdir rlimit prlimit COMSPEC #[cfg(any(target_os = "linux", target_os = "android"))] -use crate::common::util::{expected_result, TestScenario}; +use crate::common::util::expected_result; +use crate::common::util::TestScenario; use std::env; use std::path::Path; use tempfile::tempdir;