1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Some fixes to the test suite so that it works with ZERO_DAMAGE set to true.

Still lots more problems remain.

FossilOrigin-Name: 41891b231e20a1d32b1d7449e7863470eb38ca0a
This commit is contained in:
drh
2011-12-19 00:31:09 +00:00
parent 374f4a0447
commit 1eaaf93a83
8 changed files with 29 additions and 28 deletions

View File

@@ -1208,7 +1208,7 @@ static int testvfs_obj_cmd(
iNew |= aFlag[idx].iValue;
}
p->iDevchar = iNew;
p->iDevchar = iNew| 0x10000000;
}
pRet = Tcl_NewObj();