1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a typo in fts5delete.test.

FossilOrigin-Name: b1f001435eff72c2119ecee973194385f70fd1b66ef0be8a66c0b0ad02ae43df
This commit is contained in:
dan
2024-10-02 17:43:06 +00:00
parent c5c3cbc026
commit 44b8c37017
3 changed files with 9 additions and 9 deletions

View File

@ -161,8 +161,9 @@ do_execsql_test 4.4 {
do_execsql_test 4.5 {
SELECT * FROM ft1_content
} {1 i 3 iii}
do_execsql_test 4.6 {
SELECT * FROM ft1_content
SELECT * FROM ft2_content
} {1 i 3 iii}
finish_test