Restore all languages in corpus specs
This commit is contained in:
parent
c4fe8ded95
commit
6073d9c0e8
1 changed files with 3 additions and 3 deletions
|
|
@ -80,10 +80,10 @@ START_TEST
|
|||
|
||||
describe("The Corpus", []() {
|
||||
vector<string> test_languages({
|
||||
// "javascript",
|
||||
"javascript",
|
||||
"json",
|
||||
// "c",
|
||||
// "cpp",
|
||||
"c",
|
||||
"cpp",
|
||||
});
|
||||
|
||||
for (auto &language_name : test_languages) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue