Fixed compile warning.

This commit is contained in:
Sears Russell 2006-10-04 04:43:17 +00:00
parent b06e3daf1b
commit 61c6c6ec2c

View file

@ -497,10 +497,10 @@ START_TEST(operation_alloc_test) {
Tinit();
int xid = Tbegin();
recordid rid1 = Talloc(xid, 100);
Talloc(xid, 100);
Tcommit(xid);
xid = Tbegin();
recordid rid2 = Talloc(xid, 100);
Talloc(xid, 100);
Tcommit(xid);
Tdeinit();