We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf6fc8 commit 38008afCopy full SHA for 38008af
1 file changed
tests/by-util/test_od.rs
@@ -9,7 +9,6 @@
9
use std::io::Read;
10
#[cfg(target_os = "linux")]
11
use std::path::Path;
12
-use regex::Regex;
13
14
use unindent::unindent;
15
use uutests::util::TestScenario;
@@ -1348,6 +1347,7 @@ fn test_write_error_dev_full() {
1348
1347
#[test]
1349
1350
fn test_hex_lowercase() {
+ use regex::Regex;
1351
// Test verifies that the output hex byte offset is in lowercase
1352
new_ucmd!()
1353
.arg("-Ax")
0 commit comments