fix: remove tarray's batch remove test

This commit is contained in:
Minglei Jin 2022-10-26 15:28:13 +08:00
parent 4f6045f0c0
commit 18355ceaa7
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));