| Index: third_party/sqlite/src/test/e_vacuum.test | 
| diff --git a/third_party/sqlite/src/test/e_vacuum.test b/third_party/sqlite/src/test/e_vacuum.test | 
| index 414c854d11c00f9cfd5031e4b561b270f321a31f..99b31aaca427dcd47d88ac040ace7a229733e52c 100644 | 
| --- a/third_party/sqlite/src/test/e_vacuum.test | 
| +++ b/third_party/sqlite/src/test/e_vacuum.test | 
| @@ -65,7 +65,7 @@ proc fragment_count {name} { | 
| } | 
|  | 
|  | 
| -# EVIDENCE-OF: R-63707-33375 -- syntax diagram vacuum-stmt | 
| +# -- syntax diagram vacuum-stmt | 
| # | 
| do_execsql_test e_vacuum-0.1 { VACUUM } {} | 
|  | 
| @@ -122,7 +122,7 @@ foreach {tn avmode sz} { | 
| #   e_vacuum-1.2.4 - Verify that t1 and its indexes are now much | 
| #                    less fragmented. | 
| # | 
| -ifcapable vtab { | 
| +ifcapable vtab&&compound { | 
| create_db | 
| register_dbstat_vtab db | 
| do_execsql_test e_vacuum-1.2.1 { | 
|  |