| Index: third_party/sqlite/src/test/types2.test | 
| diff --git a/third_party/sqlite/src/test/types2.test b/third_party/sqlite/src/test/types2.test | 
| index 4a70aa5fe29e6134f114e1fa1de5669e58495b7f..d6d84e65b54b568353611d8c4a2fe6d36a0cf04c 100644 | 
| --- a/third_party/sqlite/src/test/types2.test | 
| +++ b/third_party/sqlite/src/test/types2.test | 
| @@ -333,7 +333,7 @@ ifcapable subquery { | 
| test_boolset types2-8.8 {o IN (SELECT t FROM t4)} {7} | 
| test_boolset types2-8.9 {i IN (SELECT o FROM t4)} {9 10 11 12} | 
| test_boolset types2-8.6 {n IN (SELECT o FROM t4)} {9 10 11 12} | 
| -  test_boolset types2-8.7 {t IN (SELECT o FROM t4)} {9 11} | 
| +  test_boolset types2-8.7 {t IN (SELECT o FROM t4)} {} | 
| test_boolset types2-8.8 {o IN (SELECT o FROM t4)} {9 10} | 
| } | 
|  | 
|  |