1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Fix an error in new test script test/aggfault.test.

FossilOrigin-Name: 8724fe7426da55d19dba7b30e09321ba30c73286513864cb05de32f72e50ee31
This commit is contained in:
dan
2023-03-30 12:19:38 +00:00
parent 8fe84a40c7
commit 53ed383075
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ set testprefix aggfault
do_execsql_test 1 {
CREATE TABLE t1(x);
CREATE TABLE t1x ON t1(x, x=0);
CREATE INDEX t1x ON t1(x, x=0);
}
faultsim_save_and_close