summary refs log tree commit diff stats
path: root/tests/ccgbugs/tcgbug.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #19631 (#19618)Andreas Rumpf2022-03-201-0/+31
| | | Aliasing is hard and we have to watch out not to compile 'x = f(x.a)' into 'f(x.a, addr x)'
* fixes #13281 (#13282)cooldome2020-01-281-1/+17
| | | | | | * fixes ##13281 * add comment to test
* make tests green againAraq2019-05-271-3/+2
|
* require errormsg to be specified before file.Arne Döring2018-12-111-4/+4
|
* fixes #9297 (#9298)cooldome2018-10-111-1/+41
| | | | | | * fixes #9297 * improve spacing
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #837Araq2014-11-211-0/+1
|
* some progress for #1082Araq2014-04-211-1/+2
|
* fixes #914Araq2014-02-141-0/+3
|
* fixes #833Araq2014-02-141-0/+10
|
* new tester; all tests categorizedAraq2014-01-131-0/+23