Restore json corpus tests, which accidentally weren't running

This commit is contained in:
Max Brunsfeld 2019-10-31 14:22:42 -07:00
parent d765332c61
commit 39ceff1908
2 changed files with 17 additions and 7 deletions

View file

@ -21,6 +21,7 @@ const LANGUAGES: &'static [&'static str] = &[
"go",
"html",
"javascript",
"json",
"python",
];