From b133cd49b1e22f335c1564079142a468d26ece40 Mon Sep 17 00:00:00 2001 From: JUN JIE NAN Date: Sat, 1 Aug 2020 12:26:04 +0800 Subject: [PATCH] Removed extra " in hashTest includes --- src/util/tests/hashTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/tests/hashTest.cpp b/src/util/tests/hashTest.cpp index 6ffce61e61..f9f636db90 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 +} -- GitLab