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

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

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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
Index: third_party/sqlite/src/test/fts3ag.test
diff --git a/third_party/sqlite/src/test/fts3ag.test b/third_party/sqlite/src/test/fts3ag.test
index 18ed5ae31f5e3ef1fed24711434c3a94ad498352..9b658d19df3dbf6e4825ce098f68684bbcb7b0fc 100644
--- a/third_party/sqlite/src/test/fts3ag.test
+++ b/third_party/sqlite/src/test/fts3ag.test
@@ -78,7 +78,6 @@ do_test fts3ag-1.10 {
# Test that docListOrMerge() correctly handles reaching the end of one
# doclist before it reaches the end of the other.
do_test fts3ag-1.11 {
-breakpoint
execsql {SELECT rowid FROM t1 WHERE t1 MATCH 'this OR also'}
} {1 2}
do_test fts3ag-1.12 {

Powered by Google App Engine
This is Rietveld 408576698