提交 2fd2172e 编写于 作者: dengyihao's avatar dengyihao

make CI/CD happy

上级 6406bccf
...@@ -222,7 +222,6 @@ TEST_F(UtilEnv, 04union) { ...@@ -222,7 +222,6 @@ TEST_F(UtilEnv, 04union) {
for (int i = 0; i < sizeof(arr3) / sizeof(arr3[0]); i++) { for (int i = 0; i < sizeof(arr3) / sizeof(arr3[0]); i++) {
taosArrayPush(f, &arr3[i]); taosArrayPush(f, &arr3[i]);
} }
iUnion(src, rslt); iUnion(src, rslt);
assert(taosArrayGetSize(rslt) == 12); assert(taosArrayGetSize(rslt) == 12);
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册