diff options
Diffstat (limited to 'test/pragma.test')
-rw-r--r-- | test/pragma.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pragma.test b/test/pragma.test index e2673d3ee..1628cbaec 100644 --- a/test/pragma.test +++ b/test/pragma.test @@ -1743,7 +1743,6 @@ do_test 23.2a { db2 eval {SELECT cid, name, "desc", coll, "key", '|' FROM out ORDER BY seqno} } {2 c 0 BINARY 1 | 3 d 0 BINARY 1 | 1 b 0 BINARY 1 |} do_test 23.2b { -breakpoint; capture_pragma db2 out {PRAGMA index_xinfo(i2)} db2 eval {SELECT cid, name, "desc", coll, "key", '|' FROM out ORDER BY seqno} } {2 c 0 BINARY 1 | 3 d 0 BINARY 1 | 1 b 0 BINARY 1 | -1 {} 0 BINARY 0 |} |