Remove length restriction in external scanner serialization API
This commit is contained in:
parent
e355929a30
commit
9a04231ab1
12 changed files with 85 additions and 56 deletions
|
|
@ -38,6 +38,7 @@ vector<string> test_languages({
|
|||
"c",
|
||||
"cpp",
|
||||
"python",
|
||||
"bash",
|
||||
});
|
||||
|
||||
for (auto &language_name : test_languages) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue