Skip to content

Commit fb6d82f

Browse files
committed
Fix test case in altercorrupt.test so that it works with SQLITE_ENABLE_OVERSIZE_CELL_CHECK builds.
1 parent 493f9ab commit fb6d82f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/altercorrupt.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ do_test 1.0 {
9090
| end crash-685346d89b5e5f.db
9191
}]} {}
9292

93-
do_execsql_test 1.1 {
93+
do_catchsql_test 1.1 {
9494
ALTER TABLE t2 DROP COLUMN e;
95-
}
96-
do_catchsql_test 1.2 {
9795
ALTER TABLE t1 DROP COLUMN f;
9896
} {1 {database disk image is malformed}}
9997

0 commit comments

Comments
 (0)