cmd/gomobile: enable the test for gomobile-build on iOS

As golang/go#32963 has been fixed, gomobile-build test on iOS now
works.

Updates golang/go#32963

Change-Id: I96add914d1f97de6506f26e4ae0c07e8c884cb6a
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/214957
Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
Hajime Hoshi 2020-01-16 03:13:58 +09:00
parent 7c8f154d10
commit 93619952ba
1 changed files with 0 additions and 4 deletions

View File

@ -208,10 +208,6 @@ func TestBuildWithGoModules(t *testing.T) {
for _, target := range []string{"android", "ios"} { for _, target := range []string{"android", "ios"} {
t.Run(target, func(t *testing.T) { t.Run(target, func(t *testing.T) {
if target == "ios" {
t.Skip("gomobile-build doesn't work for iOS. see https://golang.org/issue/32963")
}
switch target { switch target {
case "android": case "android":
androidHome := os.Getenv("ANDROID_HOME") androidHome := os.Getenv("ANDROID_HOME")