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

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

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/tkt-fc62af4523.test ('k') | third_party/sqlite/src/test/tkt3201.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tkt1667.test
diff --git a/third_party/sqlite/src/test/tkt1667.test b/third_party/sqlite/src/test/tkt1667.test
index bccb7c69b12abc93447efe2ff57c18277b462c50..9883a208a2f85f3039a43b21a0db86d73ca85507 100644
--- a/third_party/sqlite/src/test/tkt1667.test
+++ b/third_party/sqlite/src/test/tkt1667.test
@@ -34,7 +34,7 @@ file delete -force test.db test.db-journal
set first_ptrmap_page [expr 1024/5 + 3]
sqlite3_test_control_pending_byte [expr 1024 * ($first_ptrmap_page-1)]
-sqlite db test.db
+sqlite3 db test.db
do_test tkt1667-1 {
execsql {
« no previous file with comments | « third_party/sqlite/src/test/tkt-fc62af4523.test ('k') | third_party/sqlite/src/test/tkt3201.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698