From 6073d9c0e82c302ae3980e4ac1b2a7336d55d72d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 5 Dec 2016 16:36:50 -0800 Subject: [PATCH] Restore all languages in corpus specs --- spec/integration/corpus_specs.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/integration/corpus_specs.cc b/spec/integration/corpus_specs.cc index 86a1dc47..9d716ed1 100644 --- a/spec/integration/corpus_specs.cc +++ b/spec/integration/corpus_specs.cc @@ -80,10 +80,10 @@ START_TEST describe("The Corpus", []() { vector test_languages({ - // "javascript", + "javascript", "json", - // "c", - // "cpp", + "c", + "cpp", }); for (auto &language_name : test_languages) {