summary refs log tree commit diff stats
path: root/tests/align
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22419; async/closure environment does not align local variables (#22425)ringabout2023-08-091-0/+16
| | | | | | | | | | | | | | | | | * fixes #22419; async/closure environment does not align local variables * Apply suggestions from code review * Update tests/align/talign.nim Co-authored-by: Jacek Sieka <arnetheduck@gmail.com> * apply code review * update tests --------- Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
* testament: error instead of silently ignore invalid targets; remove ↵Timothee Cour2020-12-141-1/+1
| | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fixes #13122 (#13126)Andreas Rumpf2020-01-133-0/+63
* fixes #13122 * moved tests to where they belong