Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/sqlite/src/test/types2.test

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/triggerF.test ('k') | third_party/sqlite/src/test/unixexcl.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}
}
« no previous file with comments | « third_party/sqlite/src/test/triggerF.test ('k') | third_party/sqlite/src/test/unixexcl.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698