提交 4ce7d1c7 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整部分测试例

上级 5c559b59
......@@ -386,7 +386,7 @@ export function testArray(): Result {
// #ifdef APP-ANDROID
let m1 = new Map<Int, any>([
[1, 2],
[3, 4],
[3, 4],
])
Array.fromAsync<Array<number>>(
m1
......@@ -395,7 +395,7 @@ export function testArray(): Result {
});
// #endif
// #ifdef APP-ANDROID || APP-IOS
// #ifdef APP-ANDROID
let s1 = new Set([Promise.resolve(1), Promise.resolve(2), Promise.resolve(3)])
Array.fromAsync<number>(
s1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册