fix: remove tarray's batch remove test
This commit is contained in:
parent
4f6045f0c0
commit
18355ceaa7
|
@ -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