aboutsummaryrefslogtreecommitdiff
path: root/test/index6.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/index6.test')
-rw-r--r--test/index6.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/index6.test b/test/index6.test
index f6177b44e..4ddce453f 100644
--- a/test/index6.test
+++ b/test/index6.test
@@ -318,8 +318,9 @@ do_execsql_test index6-8.0 {
do_eqp_test index6-8.1 {
SELECT * FROM t8a LEFT JOIN t8b ON (x = 'value' AND y = a)
} {
- 0 0 0 {SCAN TABLE t8a}
- 0 1 1 {SEARCH TABLE t8b USING INDEX i8c (y=?)}
+ QUERY PLAN
+ |--SCAN TABLE t8a
+ `--SEARCH TABLE t8b USING INDEX i8c (y=?)
}
do_execsql_test index6-8.2 {