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

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

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Update version in doc. Created 10 years 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
Index: third_party/sqlite/src/test/softheap1.test
diff --git a/third_party/sqlite/src/test/softheap1.test b/third_party/sqlite/src/test/softheap1.test
index 5a060958f5515a1e1c4079aadb61588bf18cfebf..685555366ed697d4597f8218930b2b8a2a5d6157 100644
--- a/third_party/sqlite/src/test/softheap1.test
+++ b/third_party/sqlite/src/test/softheap1.test
@@ -45,6 +45,5 @@ do_test softheap1-1.1 {
}
} {ok}
-sqlite3_soft_heap_limit $soft_limit
-
+sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
finish_test

Powered by Google App Engine
This is Rietveld 408576698