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

Unified Diff: third_party/sqlite/src/test/tempdb.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/tclsqlite.test ('k') | third_party/sqlite/src/test/tempdb2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tempdb.test
diff --git a/third_party/sqlite/src/test/tempdb.test b/third_party/sqlite/src/test/tempdb.test
index ecd23d4e32866f437f953f1e3370013e4a8ed072..61416ec81c0cce1185f5eedd3e5dd26c4de3ce2d 100644
--- a/third_party/sqlite/src/test/tempdb.test
+++ b/third_party/sqlite/src/test/tempdb.test
@@ -76,7 +76,7 @@ do_test tempdb-2.2 {
}
catchsql { INSERT INTO t1 SELECT * FROM t2 }
set sqlite_open_file_count
-} [expr 1 + (0==$jrnl_in_memory) + (0==$subj_in_memory)]
+} [expr 1 + (0==$jrnl_in_memory)]
do_test tempdb-2.3 {
execsql {
PRAGMA temp_store = 'memory';
« no previous file with comments | « third_party/sqlite/src/test/tclsqlite.test ('k') | third_party/sqlite/src/test/tempdb2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698