aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testarrayargument.h
Commit message (Collapse)AuthorAgeFilesLines
* Argument types that are arrays with specified sizes are correctly recognized.Marcelo Lira2012-03-091-0/+37
The AbstractMetaBuilder::translateType method now tries to figure out properly the size of array argument types specified with enum items instead of literal numbers. Test cases were also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>