Restore all languages in corpus specs

This commit is contained in:
Max Brunsfeld 2016-12-05 16:36:50 -08:00
parent c4fe8ded95
commit 6073d9c0e8

View file

@ -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) {