Fix typo in last commit

This commit is contained in:
Sears Russell 2008-11-03 21:51:23 +00:00
parent 2c2c603dd2
commit c7c729acfa

View file

@ -254,7 +254,7 @@ START_TEST(transactionalLinearHashTest)
assert(!TnaiveHashLookup(xid, hashRoot, &i, sizeof(int), &theVal, sizeof(recordid))); assert(!TnaiveHashLookup(xid, hashRoot, &i, sizeof(int), &theVal, sizeof(recordid)));
} }
} }
TnaiveHashClose(xid, hsahRoot); TnaiveHashClose(xid, hashRoot);
Tabort(xid); Tabort(xid);
Tdeinit(); Tdeinit();