summary refs log tree commit diff stats
path: root/tests/misc/tunsignedcomp.nim
Commit message (Collapse)AuthorAgeFilesLines
* use doAssert in tests (#16486)flywind2020-12-281-114/+114
|
* cleaned up unsigned testsAraq2015-01-271-0/+2
|
* Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵Audun Wilhelmsen2015-01-031-0/+134
int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers.