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

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/randexpr1.test

Side-by-side diff isn't available for this file because of its large size.
Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. 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:
Download patch
Index: third_party/sqlite/sqlite-src-3080704/test/randexpr1.test
diff --git a/third_party/sqlite/sqlite-src-3070603/test/randexpr1.test b/third_party/sqlite/sqlite-src-3080704/test/randexpr1.test
similarity index 99%
copy from third_party/sqlite/sqlite-src-3070603/test/randexpr1.test
copy to third_party/sqlite/sqlite-src-3080704/test/randexpr1.test
index 10a1d17c399a51b667f1bcec9f43fb4f59ab44aa..7a98f0be0fdbce4aabda03d21709a3d4f3821205 100644
--- a/third_party/sqlite/sqlite-src-3070603/test/randexpr1.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/randexpr1.test
@@ -22,6 +22,11 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
+ifcapable !compound {
+ finish_test
+ return
+}
+
# Create test data
#
do_test randexpr1-1.1 {
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/randexpr1.tcl ('k') | third_party/sqlite/sqlite-src-3080704/test/rdonly.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698