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:
@@ -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
|
||||
|
Reference in New Issue
Block a user