Skip to content

Commit 51da8bf

Browse files
authored
Merge pull request uutils#4843 from cakebaker/dd_remove_unused_imports
dd: fix "unused imports" warning in tests
2 parents f9536e9 + 560ac3d commit 51da8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_dd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// spell-checker:ignore fname, tname, fpath, specfile, testfile, unspec, ifile, ofile, outfile, fullblock, urand, fileio, atoe, atoibm, availible, behaviour, bmax, bremain, btotal, cflags, creat, ctable, ctty, datastructures, doesnt, etoa, fileout, fname, gnudd, iconvflags, iseek, nocache, noctty, noerror, nofollow, nolinks, nonblock, oconvflags, oseek, outfile, parseargs, rlen, rmax, rposition, rremain, rsofar, rstat, sigusr, sigval, wlen, wstat abcdefghijklm abcdefghi nabcde nabcdefg abcdefg
22

33
use crate::common::util::TestScenario;
4-
#[cfg(not(windows))]
4+
#[cfg(all(not(windows), feature = "printf"))]
55
use crate::common::util::{UCommand, TESTS_BINARY};
66

77
use regex::Regex;

0 commit comments

Comments
 (0)