mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fuzzing: print the diff in case of issue (#5866)
* fuzzing: print the diff in case of issue * Simplify the code * fuzz: remove unused import similar::ChangeTag --------- Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
5f28b5005e
commit
8493800d4f
2 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,7 @@ libfuzzer-sys = "0.4"
|
|||
libc = "0.2"
|
||||
tempfile = "3"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
similar = "2"
|
||||
|
||||
uucore = { path = "../src/uucore/" }
|
||||
uu_date = { path = "../src/uu/date/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue