Skip to content

Commit b1d3d21

Browse files
authored
修正一处单元测试错误 (#111)
Signed-off-by: longjin <[email protected]>
1 parent 87a10ad commit b1d3d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/dadk_config_v2/app_all_target_arch_0_2_0.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "0.2.0"
33
description = "An app targets to all arch"
44
build-once = false
55
install-once = false
6-
target-arch = ["riscv64", "x86_64", "aarch64"]
6+
target-arch = ["riscv64", "x86_64", "aarch64", "loongarch64"]
77

88
[task-source]
99
type = "build-from-source"

0 commit comments

Comments
 (0)