summary refs log tree commit diff stats
path: root/tests/gc/gcleak5.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* tester compiles againAraq2014-02-071-1/+1
|
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-0/+25