1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix an "ifcapable" expression in values.test.

FossilOrigin-Name: b8442d2a6012b1f2e15381613267db0982e36bb4c748b15b56e668e0d0a3d0d2
This commit is contained in:
dan
2024-05-24 13:33:39 +00:00
parent e6d3c57204
commit 7c492a250b
3 changed files with 9 additions and 9 deletions

View File

@ -380,7 +380,7 @@ do_execsql_test 10.2 {
#-------------------------------------------------------------------------
reset_db
ifcapable fts5 {
ifcapable fts3 {
do_execsql_test 11.0 {
CREATE VIRTUAL TABLE ft USING fts3(x);
}