Skip to content

Commit

Permalink
starlark: fix tests for loong64. (google#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Guoqi Chen <[email protected]>
  • Loading branch information
abner-chenc authored Feb 28, 2022
1 parent 243c749 commit c8e9b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starlark/int_generic.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+build !linux,!darwin,!dragonfly,!freebsd,!netbsd,!solaris darwin,arm64 !amd64,!arm64,!mips64x,!ppc64x
//+build !linux,!darwin,!dragonfly,!freebsd,!netbsd,!solaris darwin,arm64 !amd64,!arm64,!mips64x,!ppc64x,!loong64

package starlark

Expand Down
2 changes: 1 addition & 1 deletion starlark/int_posix64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//+build linux darwin dragonfly freebsd netbsd solaris
//+build amd64 arm64,!darwin mips64x ppc64x
//+build amd64 arm64,!darwin mips64x ppc64x loong64

package starlark

Expand Down

0 comments on commit c8e9b32

Please sign in to comment.