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

Unified Diff: third_party/sqlite/src/test/dbstatus2.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/dbstatus.test ('k') | third_party/sqlite/src/test/delete.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/dbstatus2.test
diff --git a/third_party/sqlite/src/test/dbstatus2.test b/third_party/sqlite/src/test/dbstatus2.test
index 2541a1a82312ed4035e1c78af7f475cf06ebab1b..eff4b0207f84035280d5b7ca815df7800ef7706b 100644
--- a/third_party/sqlite/src/test/dbstatus2.test
+++ b/third_party/sqlite/src/test/dbstatus2.test
@@ -86,7 +86,7 @@ do_test 2.3 { db_write db 1 } {0 4 0}
do_test 2.4 { db_write db 0 } {0 0 0}
do_test 2.5 { db_write db 1 } {0 0 0}
-ifcapable wal {
+if {[wal_is_capable]} {
do_test 2.6 {
execsql { PRAGMA journal_mode = WAL }
db_write db 1
« no previous file with comments | « third_party/sqlite/src/test/dbstatus.test ('k') | third_party/sqlite/src/test/delete.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698