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

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

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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
Index: third_party/sqlite/src/test/vacuum2.test
diff --git a/third_party/sqlite/src/test/vacuum2.test b/third_party/sqlite/src/test/vacuum2.test
index 35524bb26c2d4b76d87fe28aa9a98833f3a7eb75..b3bfab30228f4adc236adeb2bbbe29312b15de8e 100644
--- a/third_party/sqlite/src/test/vacuum2.test
+++ b/third_party/sqlite/src/test/vacuum2.test
@@ -135,7 +135,7 @@ db2 close
ifcapable autovacuum {
do_test vacuum2-4.1 {
db close
- file delete -force test.db
+ forcedelete test.db
sqlite3 db test.db
execsql {
pragma auto_vacuum=1;

Powered by Google App Engine
This is Rietveld 408576698