Update tests/test-llama-grammar.cpp
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
4e53e000d7
commit
56701f336d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ int main()
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const auto& pair : expected)
|
for (const auto & pair : expected)
|
||||||
{
|
{
|
||||||
parsed_grammar.symbol_ids[pair.first] = pair.second;
|
parsed_grammar.symbol_ids[pair.first] = pair.second;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue