Remove length restriction in external scanner serialization API

This commit is contained in:
Max Brunsfeld 2017-07-17 17:12:36 -07:00
parent e355929a30
commit 9a04231ab1
12 changed files with 85 additions and 56 deletions

View file

@ -38,6 +38,7 @@ vector<string> test_languages({
"c",
"cpp",
"python",
"bash",
});
for (auto &language_name : test_languages) {