Add missing symbol metadata field initializers in specs

This commit is contained in:
Max Brunsfeld 2015-12-17 12:06:43 -08:00
parent 8e7ed275c9
commit e6f933a21f
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ describe("Stack", [&]() {
TSTree *trees[tree_count];
TreeSelectionSpy tree_selection_spy{0, NULL, {NULL, NULL}};
TSLength tree_len = {2, 3, 0, 3};
TSSymbolMetadata metadata = {true, true, true};
TSSymbolMetadata metadata = {true, true, true, true};
before_each([&]() {
stack = ts_stack_new();