Skip to content

Commit fa75a76

Browse files
committed
try to fix windows?
1 parent 5bd5a24 commit fa75a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/uutests/src/lib/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use std::os::windows::fs::{symlink_dir, symlink_file};
4141
use std::path::MAIN_SEPARATOR;
4242
use std::path::{Path, PathBuf};
4343
#[cfg(windows)]
44-
use std::path::{MAIN_SEPARATOR, MAIN_SEPARATOR_STR};
44+
use std::path::MAIN_SEPARATOR_STR;
4545
use std::process::{Child, Command, ExitStatus, Output, Stdio};
4646
use std::rc::Rc;
4747
use std::sync::mpsc::{self, RecvTimeoutError};

0 commit comments

Comments
 (0)