Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 12, 2024
1 parent b0eaf9d commit b8e5e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/by-util/test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b8e5e2b

Please sign in to comment.