Fix typo in last commit
This commit is contained in:
parent
2c2c603dd2
commit
c7c729acfa
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ START_TEST(transactionalLinearHashTest)
|
|||
assert(!TnaiveHashLookup(xid, hashRoot, &i, sizeof(int), &theVal, sizeof(recordid)));
|
||||
}
|
||||
}
|
||||
TnaiveHashClose(xid, hsahRoot);
|
||||
TnaiveHashClose(xid, hashRoot);
|
||||
Tabort(xid);
|
||||
Tdeinit();
|
||||
|
||||
|
|
Loading…
Reference in a new issue