summary refs log tree commit diff stats
path: root/examples/tunit.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-08-101-1/+1
|
* make tests green againAndreas Rumpf2018-07-051-3/+3
|
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-47/+47
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-0/+47
output (this should be better for nimbuild)
n79'>79 80 81 82 83 84 85 86 87 88 89