This commit is contained in:
Ari Lazier 2015-11-23 08:56:36 -08:00
parent 2109520913
commit d5f56540b7
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ namespace realm {
Predicate parse(const std::string &query);
void analyzeGrammar();
bool testGrammer();
bool testGrammar();
}
}

View File

@ -134,7 +134,7 @@ static std::vector<std::string> invalid_queries = {
namespace realm {
namespace parser {
bool testGrammer()
bool testGrammar()
{
bool success = true;
for (auto &query : valid_queries) {