Skip to content

Commit

Permalink
Merge pull request #4843 from cakebaker/dd_remove_unused_imports
Browse files Browse the repository at this point in the history
dd: fix "unused imports" warning in tests
  • Loading branch information
sylvestre committed May 8, 2023
2 parents f9536e9 + 560ac3d commit 51da8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_dd.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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

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

use regex::Regex;
Expand Down

0 comments on commit 51da8bf

Please sign in to comment.