aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/test.go')
-rw-r--r--misc/cgo/test/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/test.go b/misc/cgo/test/test.go
index 05fa52b381..a78f88499b 100644
--- a/misc/cgo/test/test.go
+++ b/misc/cgo/test/test.go
@@ -1776,7 +1776,7 @@ func test14838(t *testing.T) {
var sink C.int
func test17065(t *testing.T) {
- if runtime.GOOS == "darwin" {
+ if runtime.GOOS == "darwin" || runtime.GOOS == "ios" {
t.Skip("broken on darwin; issue 17065")
}
for i := range C.ii {