tree-sitter/spec/compiler/compiler_specs.cc
2014-06-23 18:50:03 -07:00

11 lines
232 B
C++

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