fix test-llama-grammar

This commit is contained in:
Evan Jones 2023-08-17 19:17:43 -04:00
parent e029b50351
commit af2cd7f8be

View file

@ -199,7 +199,7 @@ int main()
uint32_t *cp = new uint32_t[2]; // dynamically allocate memory for code_point uint32_t *cp = new uint32_t[2]; // dynamically allocate memory for code_point
cp[0] = 37 + i; cp[0] = 37 + i;
cp[1] = 0; cp[1] = 0;
next_candidates[i] = {i, cp}; next_candidates[i] = {i, cp, {}};
} }
std::vector<std::vector<std::pair<uint32_t, uint16_t>>> expected_reject = { std::vector<std::vector<std::pair<uint32_t, uint16_t>>> expected_reject = {