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

Unified Diff: third_party/sqlite/src/test/quota.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/pragma4.test ('k') | third_party/sqlite/src/test/regexp2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/quota.test
diff --git a/third_party/sqlite/src/test/quota.test b/third_party/sqlite/src/test/quota.test
index f9655fb8c0ad0e40c54d246318f4acfabcd16393..5d0bda3ad3b27386f21d7a7d8d1cd0d6b412dd01 100644
--- a/third_party/sqlite/src/test/quota.test
+++ b/third_party/sqlite/src/test/quota.test
@@ -21,6 +21,7 @@ ifcapable !curdir {
source $testdir/malloc_common.tcl
+forcedelete bak.db
unset -nocomplain defaultVfs
set defaultVfs [file_control_vfsname db]
db close
@@ -526,4 +527,6 @@ do_faultsim_test quota-5.6 -prep {
}
catch { sqlite3_quota_shutdown }
+catch { db close }
+forcedelete test.db
finish_test
« no previous file with comments | « third_party/sqlite/src/test/pragma4.test ('k') | third_party/sqlite/src/test/regexp2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698