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

Fix typos in a testcase() macro introduced by the previous commit.

FossilOrigin-Name: 0467742fd6ef33dfe4df66e5046f075fe8e0260d
This commit is contained in:
dan
2012-01-12 15:05:03 +00:00
parent bb246c4da0
commit 6c2688c8d4
3 changed files with 8 additions and 8 deletions

View File

@@ -4240,7 +4240,7 @@ static void moveToParent(BtCursor *pCur){
pCur->apPage[pCur->iPage]->pgno
);
#endif
testcase( iIdx>pParent->nCell );
testcase( pCur->aiIdx[pCur->iPage-1] > pCur->apPage[pCur->iPage-1]->nCell );
releasePage(pCur->apPage[pCur->iPage]);
pCur->iPage--;