Skip to content

Commit

Permalink
Loongarch not support go
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <[email protected]>
  • Loading branch information
yzewei committed Dec 8, 2023
1 parent 7599364 commit d680672
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test-go.bats
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ testHelloGO() {
}

@test "loongarch64-hellogo" {
if ! supportLoongArchGo; then
skip "LoongArch64 GO not supported"
fi
skip "LoongArch64 GO not supported"
export TARGETARCH=loong64
testHelloGO
}
Expand Down

0 comments on commit d680672

Please sign in to comment.