aboutsummaryrefslogtreecommitdiff
path: root/test/sqllimits1.test
diff options
context:
space:
mode:
authordrh <>2024-03-14 20:39:03 +0000
committerdrh <>2024-03-14 20:39:03 +0000
commit932b5f457509f5141f75f5cce7a6050124d1cc8c (patch)
tree73bfeca14ae705bea9688763d0088f4afe300c16 /test/sqllimits1.test
parent26a3ef7557c6118a717f6555aefc7e424ffe1ca9 (diff)
downloadsqlite-932b5f457509f5141f75f5cce7a6050124d1cc8c.tar.gz
sqlite-932b5f457509f5141f75f5cce7a6050124d1cc8c.zip
Fix testcase to account for new behaviors with this branch.
FossilOrigin-Name: 823e579362c05bb8accf6c3b158c5162a16eb23cf81d6021c9e3246e32583d1c
Diffstat (limited to 'test/sqllimits1.test')
-rw-r--r--test/sqllimits1.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sqllimits1.test b/test/sqllimits1.test
index e9e20f40c..14d39e691 100644
--- a/test/sqllimits1.test
+++ b/test/sqllimits1.test
@@ -922,7 +922,7 @@ do_catchsql_test sqllimits1-18.1 {
do_catchsql_test sqllimits1-18.2 {
INSERT INTO b1 VALUES(1), (2), (3), (4), (5), (6), (7), (8), (9), (10)
UNION VALUES(11);
-} {1 {too many terms in compound SELECT}}
+} {0 {}}
#-------------------------------------------------------------------------
#