aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2020-12-30 15:49:06 -0500
committerCherry Zhang <cherryyz@google.com>2020-12-30 22:39:48 +0000
commit0ae2e032f2d42575cb64d0759a6d31a71f39412f (patch)
treea324bba6cbd796d9453c4395a7c2c695372212fa /misc
parent780b4de16b5ba03f2f2ebee35281217552578d50 (diff)
downloadgo-0ae2e032f2d42575cb64d0759a6d31a71f39412f.tar.gz
go-0ae2e032f2d42575cb64d0759a6d31a71f39412f.zip
misc/cgo/test: enable TestCrossPackageTests on darwin/arm64
Somehow I missed that one. It works fine. Change-Id: I0b1286bf1e6a8f40b9f3f114f49b3034079e0b85 Reviewed-on: https://go-review.googlesource.com/c/go/+/280156 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/test/pkg_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/pkg_test.go b/misc/cgo/test/pkg_test.go
index a28ad4ea74..94abaa03e8 100644
--- a/misc/cgo/test/pkg_test.go
+++ b/misc/cgo/test/pkg_test.go
@@ -30,7 +30,7 @@ func TestCrossPackageTests(t *testing.T) {
switch runtime.GOOS {
case "android":
t.Skip("Can't exec cmd/go subprocess on Android.")
- case "darwin", "ios":
+ case "ios":
switch runtime.GOARCH {
case "arm64":
t.Skip("Can't exec cmd/go subprocess on iOS.")