mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #8488 from cakebaker/users_fix_unused_imports
users: fix unused imports in tests on FreeBSD
This commit is contained in:
commit
a9d77446fa
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
#[cfg(any(target_vendor = "apple", target_os = "linux"))]
|
||||
use uutests::{util::TestScenario, util_name};
|
||||
|
||||
#[test]
|
||||
fn test_invalid_arg() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue