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

Unified Diff: third_party/sqlite/src/test/mutex1.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/multiplex.test ('k') | third_party/sqlite/src/test/nan.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/mutex1.test
diff --git a/third_party/sqlite/src/test/mutex1.test b/third_party/sqlite/src/test/mutex1.test
index 340e2711753732636c8358c06708d5bc2230d960..f567a0d930d5235bdb6138161a7e981473920fa4 100644
--- a/third_party/sqlite/src/test/mutex1.test
+++ b/third_party/sqlite/src/test/mutex1.test
@@ -97,7 +97,7 @@ do_test mutex1-1.9 {
# * Multi-threaded mode,
# * Single-threaded mode.
#
-ifcapable threadsafe&&shared_cache {
+ifcapable threadsafe1&&shared_cache {
set enable_shared_cache [sqlite3_enable_shared_cache 1]
foreach {mode mutexes} {
singlethread {}
« no previous file with comments | « third_party/sqlite/src/test/multiplex.test ('k') | third_party/sqlite/src/test/nan.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698