summary refs log tree commit diff stats
path: root/tests/stdlib/tmd5.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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