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

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

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/fts3conf.test ('k') | third_party/sqlite/src/test/fts3defer2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts3d.test
diff --git a/third_party/sqlite/src/test/fts3d.test b/third_party/sqlite/src/test/fts3d.test
index 5c04ead0a05446915856b16c6419dc6b9e8d9abf..83af4d2a374ae2d651e9d5f47af49c5db18d4298 100644
--- a/third_party/sqlite/src/test/fts3d.test
+++ b/third_party/sqlite/src/test/fts3d.test
@@ -213,7 +213,7 @@ do_test fts3d-4.matches {
{0 1 0 4 0 2 5 3 0 3 9 1 0 5 11 4} \
{0 0 0 4 0 4 5 2 0 3 8 1 0 5 10 4}]
-puts [db eval {SELECT c FROM t1 } ]
+db eval {SELECT c FROM t1 }
check_terms_all fts3d-4.1 {a four is test that this was}
check_doclist_all fts3d-4.1.1 a {[1 0[2]] [2 0[2]] [3 0[2]]}
check_doclist_all fts3d-4.1.2 four {}
« no previous file with comments | « third_party/sqlite/src/test/fts3conf.test ('k') | third_party/sqlite/src/test/fts3defer2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698