| Index: third_party/sqlite/src/test/analyze9.test
 | 
| diff --git a/third_party/sqlite/src/test/analyze9.test b/third_party/sqlite/src/test/analyze9.test
 | 
| index 1ebd69c8d18f22c61944181eafcfc96cfb723b05..918577bd19c1b78af1e3c89224acf402367457cd 100644
 | 
| --- a/third_party/sqlite/src/test/analyze9.test
 | 
| +++ b/third_party/sqlite/src/test/analyze9.test
 | 
| @@ -1180,7 +1180,7 @@ do_execsql_test 26.1.3 {
 | 
|  #
 | 
|  # There should be no other samples that start with (x=10000). So it knows 
 | 
|  # that (x=10000 AND y<50) must match somewhere between 0 and 99 rows, but
 | 
| -# know more than that. Guessing less than 20 is therefore unreasonable.
 | 
| +# no more than that. Guessing less than 20 is therefore unreasonable.
 | 
|  #
 | 
|  # At one point though, due to a problem in whereKeyStats(), the planner was
 | 
|  # estimating that (x=10000 AND y<50) would match only 2 rows.
 | 
| @@ -1244,6 +1244,3 @@ do_eqp_test 26.2.2 {
 | 
|  
 | 
|  
 | 
|  finish_test
 | 
| -
 | 
| -
 | 
| -
 | 
| 
 |