| Index: third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test | 
| diff --git a/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test b/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test | 
| index 3a4fcfaaedd81ae7bdac59a105a3135dbe2f5c71..c10017a266782f92bf902da60880bdb4d2beac9c 100644 | 
| --- a/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test | 
| +++ b/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test | 
| @@ -37,7 +37,7 @@ do_execsql_test 1.0 { | 
| } | 
| set mask [expr 31 << 31] | 
|  | 
| -if 1 { | 
| +if 0 { | 
|  | 
| # Test 1: | 
| # | 
| @@ -84,6 +84,8 @@ foreach {tno stmt} { | 
| } | 
| } | 
|  | 
| +} | 
| + | 
| # Using the same database as the 1.* tests. | 
| # | 
| # Run N-1 tests, where N is the number of bytes in the rightmost leaf page | 
| @@ -212,8 +214,6 @@ foreach {tn nCut} { | 
| # do_test 4.$tn.x { expr $nCorrupt>0 } 1 | 
| } | 
|  | 
| -} | 
| - | 
| set doc [string repeat "A B C " 1000] | 
| do_execsql_test 5.0 { | 
| CREATE VIRTUAL TABLE x5 USING fts5(tt); | 
|  |