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