tests: remove unused imports

This commit is contained in:
Daniel Hofstetter
2025-09-08 10:08:09 +02:00
parent 10cc871933
commit 514006c5f5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use uutests::{new_ucmd, util::TestScenario, util_name};
use uutests::new_ucmd;
#[test]
fn test_invalid_arg() {
+1 -1
View File
@@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use uutests::{new_ucmd, util::TestScenario, util_name};
use uutests::new_ucmd;
#[test]
fn test_invalid_arg() {
+1 -1
View File
@@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use uutests::{new_ucmd, util::TestScenario, util_name};
use uutests::new_ucmd;
#[test]
fn test_invalid_arg() {