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

Unified Diff: third_party/sqlite/src/test/vtab6.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/view.test ('k') | third_party/sqlite/src/test/vtabF.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/vtab6.test
diff --git a/third_party/sqlite/src/test/vtab6.test b/third_party/sqlite/src/test/vtab6.test
index f8e0935a2835976da9d79fe62285c603466027ed..f4504b017ddde64270f6f1e89704dbaddd389ff4 100644
--- a/third_party/sqlite/src/test/vtab6.test
+++ b/third_party/sqlite/src/test/vtab6.test
@@ -566,12 +566,12 @@ do_test vtab6-11.4.1 {
catchsql {
SELECT a, b, c FROM ab NATURAL JOIN bc;
}
-} {1 {table ab: xBestIndex returned an invalid plan}}
+} {1 {ab.xBestIndex malfunction}}
do_test vtab6-11.4.2 {
catchsql {
SELECT a, b, c FROM bc NATURAL JOIN ab;
}
-} {1 {table bc: xBestIndex returned an invalid plan}}
+} {1 {bc.xBestIndex malfunction}}
unset ::echo_module_ignore_usable
« no previous file with comments | « third_party/sqlite/src/test/view.test ('k') | third_party/sqlite/src/test/vtabF.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698