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

Unified Diff: third_party/sqlite/src/test/tkt-80e031a00f.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/tkt-5d863f876e.test ('k') | third_party/sqlite/src/test/tkt-9d68c883.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tkt-80e031a00f.test
diff --git a/third_party/sqlite/src/test/tkt-80e031a00f.test b/third_party/sqlite/src/test/tkt-80e031a00f.test
index af1d636eed5220feb49383f272b894cf4ab94ccb..4ad0a772a52bc90b3a730c1177fcc5bb851faad7 100644
--- a/third_party/sqlite/src/test/tkt-80e031a00f.test
+++ b/third_party/sqlite/src/test/tkt-80e031a00f.test
@@ -20,10 +20,6 @@ source $testdir/tester.tcl
source $testdir/lock_common.tcl
source $testdir/malloc_common.tcl
-# EVIDENCE-OF: R-58875-56087 The IN and NOT IN operators take a single
-# scalar operand on the left and a vector operand on the right formed by
-# an explicit list of zero or more scalars or by a single subquery.
-#
# EVIDENCE-OF: R-52275-55503 When the right operand is an empty set, the
# result of IN is false and the result of NOT IN is true, regardless of
# the left operand and even if the left operand is NULL.
« no previous file with comments | « third_party/sqlite/src/test/tkt-5d863f876e.test ('k') | third_party/sqlite/src/test/tkt-9d68c883.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698