Skip to content

Commit ad9a871

Browse files
committed
split: merge imports in test
1 parent 402907e commit ad9a871

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/by-util/test_split.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ use std::{
1717
};
1818
use uutests::util::{AtPath, TestScenario};
1919

20-
use uutests::at_and_ucmd;
21-
use uutests::new_ucmd;
22-
use uutests::util_name;
20+
use uutests::{at_and_ucmd, new_ucmd, util_name};
2321

2422
fn random_chars(n: usize) -> String {
2523
rng()

0 commit comments

Comments
 (0)