tree-sitter/spec/compiler/compiler_specs.cc
2014-06-16 13:37:34 -07:00

11 lines
246 B
C++

#include "compiler_spec_helper.h"
int main(int argc, char *argv[]) {
const char *args[] = {
"",
"--no-color",
"--only="
"compiles the javascript"
};
return bandit::run(4, const_cast<char **>(args));
}