Removed extra " in hashTest includes

This commit is contained in:
JUN JIE NAN 2020-08-01 12:26:04 +08:00
parent 2927084a49
commit b133cd49b1
1 changed files with 2 additions and 2 deletions

View File

@ -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();
} }