summary refs log tree commit diff stats
path: root/tests/errmsgs/t5167_5.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-09-241-5/+5
|
* Fixes #5167 and related problems (#5475)zah2017-03-121-0/+25
This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day.