fixed compiler warning.
This commit is contained in:
parent
cef9e2c4ce
commit
164f84a533
1 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ START_TEST(linearHashNTAThreadedTest) {
|
||||||
}
|
}
|
||||||
Tdeinit();
|
Tdeinit();
|
||||||
} END_TEST
|
} END_TEST
|
||||||
|
#ifdef LONG_TEST
|
||||||
START_TEST(linearHashNTAThreadedTestRandomized) {
|
START_TEST(linearHashNTAThreadedTestRandomized) {
|
||||||
Tinit();
|
Tinit();
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
|
@ -303,7 +303,7 @@ START_TEST(linearHashNTAThreadedTestRandomized) {
|
||||||
}
|
}
|
||||||
Tdeinit();
|
Tdeinit();
|
||||||
} END_TEST
|
} END_TEST
|
||||||
|
#endif // LONG_TEST
|
||||||
START_TEST(linearHashNTAIteratortest) {
|
START_TEST(linearHashNTAIteratortest) {
|
||||||
Tinit();
|
Tinit();
|
||||||
int xid = Tbegin();
|
int xid = Tbegin();
|
||||||
|
|
Loading…
Reference in a new issue