aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/macro_unapplied_newline.ys
Commit message (Collapse)AuthorAgeFilesLines
* verilog: error on macro invocations with missing argument listsZachary Snow2021-02-191-0/+5
This would previously complain about an undefined internal macro if the unapplied macro had not already been used. If it had, it would incorrectly use the arguments from the previous invocation.