Merge pull request #17671 from taosdata/fix/remove-batcharraytest

fix: remove tarray's batch remove test
This commit is contained in:
Hongze Cheng 2022-10-26 18:25:36 +08:00 committed by GitHub
commit f3eb9c066a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 29 deletions

View File

@ -5,7 +5,7 @@
#include "tarray.h"
#include "tcompare.h"
/*
namespace {
static void remove_batch_test() {
@ -50,7 +50,7 @@ static void remove_batch_test() {
} // namespace
TEST(arrayTest, array_list_test) { remove_batch_test(); }
*/
TEST(arrayTest, array_search_test) {
SArray* pa = (SArray*)taosArrayInit(4, sizeof(int32_t));