mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests: fix "unresolved import" warnings on Windows
This commit is contained in:
parent
94aeba9854
commit
0140f4f7d0
3 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,9 @@
|
|||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
use crate::common::util::{expected_result, is_ci, whoami, TestScenario};
|
||||
#[cfg(unix)]
|
||||
use crate::common::util::expected_result;
|
||||
use crate::common::util::{is_ci, whoami, TestScenario};
|
||||
|
||||
#[test]
|
||||
fn test_invalid_arg() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue