summary refs log tree commit diff stats
path: root/tests/errmsgs/tsigmatch2.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #12741 (#14005)Andreas Rumpf2020-04-191-1/+1
| | | | * fixes #12741 * updated tests
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-4/+4
| | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug
* fixes #5170 (#13589)Andreas Rumpf2020-03-051-2/+2
| | | | | | * fixes #5170 * make tests green
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ↵Timothee Cour2020-02-071-0/+47
[backport]