summaryrefslogtreecommitdiffstats
path: root/tests/regression/issue_172/submessage
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05Fix regression in generating message size defines (issue #172).Petteri Aimonen2-0/+5
This bug was triggered when: 1. A .proto file included another .proto from a different directory. 2. The another .proto has an associated .options file. Added regression test for the same.