Removed extra " in hashTest includes
This commit is contained in:
parent
2927084a49
commit
b133cd49b1
|
@ -5,7 +5,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "taos.h""
|
#include "taos.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// the simple test code for basic operations
|
// the simple test code for basic operations
|
||||||
|
@ -153,4 +153,4 @@ TEST(testCase, hashTest) {
|
||||||
stringKeyTest();
|
stringKeyTest();
|
||||||
noLockPerformanceTest();
|
noLockPerformanceTest();
|
||||||
multithreadsTest();
|
multithreadsTest();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue