[TD-32] change the unit test cases.
This commit is contained in:
parent
93ac480923
commit
818b04e51e
|
@ -151,6 +151,6 @@ int main(int argc, char** argv) {
|
||||||
TEST(testCase, hashTest) {
|
TEST(testCase, hashTest) {
|
||||||
simpleTest();
|
simpleTest();
|
||||||
stringKeyTest();
|
stringKeyTest();
|
||||||
// noLockPerformanceTest();
|
noLockPerformanceTest();
|
||||||
multithreadsTest();
|
multithreadsTest();
|
||||||
}
|
}
|
Loading…
Reference in New Issue