未验证 提交 e563995e 编写于 作者: O openharmony_ci 提交者: Gitee

!6196 cherry-pick from master to monthly

Merge pull request !6196 from linxiang8/cherry-pick-1666878593
......@@ -776,7 +776,7 @@ describe("VectorTest", function () {
vector.add(14);
let arr1 = ["a", "b", "c"];
vector.copyToArray(arr1);
let a = ["a", "b", "c", 4, 3, 1, 2, 14];
let a = [4, 3, 1, 2, 14];
for (let i = 0; i < a.length; i++) {
expect(arr1[i]).assertEqual(a[i]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册