LibSQL: Rename TestSqlParser -> TestSqlStatementParser
A little bit clearer what is being tested now, since the expression parser also lives in its own file.
This commit is contained in:
parent
733806b6a1
commit
6cbf88ad4c
Notes:
sideshowbarker
2024-07-18 19:17:08 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6cbf88ad4cc Pull-request: https://github.com/SerenityOS/serenity/pull/6538 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -239,4 +239,4 @@ TEST_CASE(delete_)
|
|||
validate("WITH RECURSIVE table AS () DELETE FROM table;", { true, "table", {} }, {}, "table", {}, false, false, {});
|
||||
}
|
||||
|
||||
TEST_MAIN(SqlParser)
|
||||
TEST_MAIN(SqlStatementParser)
|
Loading…
Add table
Reference in a new issue