diff --git a/src/util/tests/hashTest.cpp b/src/util/tests/hashTest.cpp index 6ffce61e6106ec67da33aec1997f1a2459c38230..f9f636db90779920fd89c31db42591da363cdfa9 100644 --- a/src/util/tests/hashTest.cpp +++ b/src/util/tests/hashTest.cpp @@ -5,7 +5,7 @@ #include #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(); -} \ No newline at end of file +}