fixed compiler warning.

This commit is contained in:
Sears Russell 2006-06-12 22:51:14 +00:00
parent cef9e2c4ce
commit 164f84a533

View file

@ -271,7 +271,7 @@ START_TEST(linearHashNTAThreadedTest) {
}
Tdeinit();
} END_TEST
#ifdef LONG_TEST
START_TEST(linearHashNTAThreadedTestRandomized) {
Tinit();
struct timeval tv;
@ -303,7 +303,7 @@ START_TEST(linearHashNTAThreadedTestRandomized) {
}
Tdeinit();
} END_TEST
#endif // LONG_TEST
START_TEST(linearHashNTAIteratortest) {
Tinit();
int xid = Tbegin();