| Index: third_party/sqlite/src/ext/fts5/test/fts5fault2.test
|
| diff --git a/third_party/sqlite/src/ext/fts5/test/fts5fault2.test b/third_party/sqlite/src/ext/fts5/test/fts5fault2.test
|
| index ef1df8826ab4dfb483c44c741de83f9958af1bdc..43c7c7a3dda1e1e0c5dc2ab872bd5f3c4388bd69 100644
|
| --- a/third_party/sqlite/src/ext/fts5/test/fts5fault2.test
|
| +++ b/third_party/sqlite/src/ext/fts5/test/fts5fault2.test
|
| @@ -16,7 +16,7 @@ source [file join [file dirname [info script]] fts5_common.tcl]
|
| source $testdir/malloc_common.tcl
|
| set testprefix fts5fault2
|
|
|
| -# If SQLITE_ENABLE_FTS3 is defined, omit this file.
|
| +# If SQLITE_ENABLE_FTS5 is not defined, omit this file.
|
| ifcapable !fts5 {
|
| finish_test
|
| return
|
|
|