tree-sitter/spec/runtime/runtime_specs.cc

6 lines
113 B
C++
Raw Normal View History

2014-06-23 18:50:03 -07:00
#include "runtime/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[]) {
2014-08-06 13:00:35 -07:00
return bandit::run(argc, argv);
}