summaryrefslogtreecommitdiff
path: root/test/unit/test_fuzz_empty_data.py
Commit message (Collapse)AuthorAgeFilesLines
* [Fuzzer] Allow empty data in --translate-to-fuzz (#4406)Heejin Ahn2021-12-281-0/+14
When a parameter and a member variable have the same name within a constructor, to access (and change) the member variable, we need to either use `this->` or change the name of the parameter. The current code ended up changing the parameter and didn't affect the status of the member variable, which remained empty.