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