Merge pull request #2860 from nanjj/nanjj

Removed extra " in hashTest includes
This commit is contained in:
Shengliang Guan 2020-08-01 13:50:25 +08:00 committed by GitHub
commit 6fafd700a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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