Merge pull request #17671 from taosdata/fix/remove-batcharraytest
fix: remove tarray's batch remove test
This commit is contained in:
commit
f3eb9c066a
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue