Merge pull request #2860 from nanjj/nanjj
Removed extra " in hashTest includes
This commit is contained in:
commit
6fafd700a7
|
@ -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