1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

tests/factor ~ test first 100000 integers for expected results

This commit is contained in:
Roy Ivy III 2020-10-08 22:45:02 -05:00
parent 6a525c950d
commit c5296f00d0
2 changed files with 22 additions and 0 deletions

View file

@ -333,6 +333,7 @@ filetime = "0.2"
libc = "0.2"
rand = "0.7"
regex = "1.0"
sha1 = { version="0.6", features=["std"] }
tempfile = "3.1"
time = "0.1"
unindent = "0.1"