aboutsummaryrefslogtreecommitdiff
path: root/test/index7.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/index7.test')
-rw-r--r--test/index7.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/index7.test b/test/index7.test
index 0037a8a44..aa0cf8c1f 100644
--- a/test/index7.test
+++ b/test/index7.test
@@ -321,9 +321,8 @@ do_execsql_test index7-6.3 {
}
do_eqp_test index7-6.4 {
SELECT * FROM v4 WHERE d='xyz' AND c='def'
-} {
- 0 0 0 {SEARCH TABLE t4 USING INDEX i4 (c=?)}
-}
+} {SEARCH TABLE t4 USING INDEX i4 (c=?)}
+
do_catchsql_test index7-6.5 {
CREATE INDEX t5a ON t5(a) WHERE a=#1;
} {1 {near "#1": syntax error}}