tree-sitter/spec/runtime/runtime_specs.cc

12 lines
222 B
C++
Raw Normal View History

#include "runtime_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="
""
};
return bandit::run(4, const_cast<char **>(args));
}