Rename spec -> test
'Test' is a lot more straightforward of a name.
This commit is contained in:
parent
7d8daf573e
commit
6dc0ff359d
109 changed files with 44 additions and 44 deletions
14
test/helpers/load_language.h
Normal file
14
test/helpers/load_language.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef HELPERS_LOAD_LANGUAGE_H_
|
||||
#define HELPERS_LOAD_LANGUAGE_H_
|
||||
|
||||
#include "tree_sitter/compiler.h"
|
||||
#include "tree_sitter/runtime.h"
|
||||
#include <string>
|
||||
|
||||
const TSLanguage *load_real_language(const std::string &name);
|
||||
|
||||
const TSLanguage *load_test_language(const std::string &name,
|
||||
const TSCompileResult &compile_result,
|
||||
std::string external_scanner_path = "");
|
||||
|
||||
#endif // HELPERS_LOAD_LANGUAGE_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue