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

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « third_party/sqlite/src/test/quota2.test ('k') | third_party/sqlite/src/test/rdonly.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/randexpr1.test
diff --git a/third_party/sqlite/src/test/randexpr1.test b/third_party/sqlite/src/test/randexpr1.test
index 10a1d17c399a51b667f1bcec9f43fb4f59ab44aa..7a98f0be0fdbce4aabda03d21709a3d4f3821205 100644
--- a/third_party/sqlite/src/test/randexpr1.test
+++ b/third_party/sqlite/src/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/src/test/quota2.test ('k') | third_party/sqlite/src/test/rdonly.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698