1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in the result of one of the new test cases.

FossilOrigin-Name: 4d02a129c4781c97981748f3c69564e1320d8085dfba4c207e54793390cd64ab
This commit is contained in:
drh
2021-12-16 17:21:34 +00:00
parent 2999068d2c
commit aca5e49caa
3 changed files with 9 additions and 9 deletions

View File

@@ -39,6 +39,6 @@ do_execsql_test 2.0 {
}
do_catchsql_test 2.1 {
CREATE VIRTUAL TABLE t2 USING fts3(x);
} {1 {no such module: fts4}}
} {1 {no such module: fts3}}
finish_test