Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of list-typed attributes in Darwin tests. (#12538)
Two issues here: 1) asTestValue did not handle list attributes properly: it assigned @(0) to the NSArray*. 2) This compiled, because we were not enabling -Werror for the build of the test harness. This fixes both issues. No codegen changes, because we don't actually have any non-excluded writable list-typed attributes yet. Which is good, because they would not have passed CI due to crashing when we try to treat an NSNumber* as NSArray*.
- Loading branch information