tree-sitter/spec/compiler/compiler_specs.cc

12 lines
258 B
C++
Raw Normal View History

2014-06-23 18:50:03 -07:00
#include "compiler/compiler_spec_helper.h"
2013-11-05 22:15:19 -08:00
2014-03-09 20:20:49 -07:00
int main(int argc, char *argv[]) {
const char *args[] = {
"",
"--no-color",
"--only="
// "compiles the javascript"
};
return bandit::run(4, const_cast<char **>(args));
}