| Index: third_party/sqlite/src/test/fts3ag.test | 
| diff --git a/third_party/sqlite/src/test/fts3ag.test b/third_party/sqlite/src/test/fts3ag.test | 
| index 18ed5ae31f5e3ef1fed24711434c3a94ad498352..9b658d19df3dbf6e4825ce098f68684bbcb7b0fc 100644 | 
| --- a/third_party/sqlite/src/test/fts3ag.test | 
| +++ b/third_party/sqlite/src/test/fts3ag.test | 
| @@ -78,7 +78,6 @@ do_test fts3ag-1.10 { | 
| # Test that docListOrMerge() correctly handles reaching the end of one | 
| # doclist before it reaches the end of the other. | 
| do_test fts3ag-1.11 { | 
| -breakpoint | 
| execsql {SELECT rowid FROM t1 WHERE t1 MATCH 'this OR also'} | 
| } {1 2} | 
| do_test fts3ag-1.12 { | 
|  |