| Index: third_party/sqlite/src/test/cache.test | 
| diff --git a/third_party/sqlite/src/test/cache.test b/third_party/sqlite/src/test/cache.test | 
| index 8d801f05998775228d2c95acc8ba8bcc0ab14196..ffc25c460e73be51b91c24021df5d531cc8881fe 100644 | 
| --- a/third_party/sqlite/src/test/cache.test | 
| +++ b/third_party/sqlite/src/test/cache.test | 
| @@ -14,7 +14,7 @@ | 
| set testdir [file dirname $argv0] | 
| source $testdir/tester.tcl | 
|  | 
| -ifcapable {!pager_pragmas} { | 
| +ifcapable !pager_pragmas||!compound { | 
| finish_test | 
| return | 
| } | 
| @@ -46,7 +46,7 @@ do_test cache-1.2 { | 
| # leaked, but would not be reused until the pager-cache was full (i.e. | 
| # 2000 pages by default). | 
| # | 
| -# This tests that once the pager-cache is initialised, it can be locked | 
| +# This tests that once the pager-cache is initialized, it can be locked | 
| # and unlocked repeatedly without internally allocating any new pages. | 
| # | 
| set cache_size [pager_cache_size db] | 
|  |