summary refs log tree commit diff stats
path: root/tests/stdlib/tmd5.nim
Commit message (Collapse)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-5/+14
| | | | | | | | | | * Use openarray of bytes in md5 * fix CI * cleanup * use noSideEffect for bootstrapping * fix CI again * actually fix CI by checking if it works * this is getting ridiculous * put old md5 version in compiler, remove vmop
* use doAssert in tests (#16486)flywind2020-12-281-3/+3
|
* move tests to testament (#16101)flywind2020-11-241-0/+7
* move tests to testament * minor * fix random * disable test random