mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
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
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
Add a link
Reference in a new issue