Index: third_party/sqlite/src/test/with2.test |
diff --git a/third_party/sqlite/src/test/with2.test b/third_party/sqlite/src/test/with2.test |
index eb0614729bed31db388dc155da18910312370ba4..02d10b5112b1045fd40d4cae1afe06577f9df46d 100644 |
--- a/third_party/sqlite/src/test/with2.test |
+++ b/third_party/sqlite/src/test/with2.test |
@@ -250,7 +250,8 @@ do_execsql_test 4.4 [genstmt 255] 1 |
set nLimit [sqlite3_limit db SQLITE_LIMIT_COLUMN -1] |
do_execsql_test 4.5 [genstmt [expr $nLimit-1]] 1 |
do_execsql_test 4.6 [genstmt $nLimit] 1 |
-do_catchsql_test 4.7 [genstmt [expr $nLimit+1]] {1 {too many columns in index}} |
+do_catchsql_test 4.7 [genstmt [expr $nLimit+1]] \ |
+ {1 {too many columns in result set}} |
#--------------------------------------------------------------------------- |
# Check that adding a WITH clause to an INSERT disables the xfer |
@@ -415,4 +416,3 @@ do_execsql_test 8.3 { |
finish_test |
- |