Skip to content

Commit 9585bb2

Browse files
committed
go/types: disable example on darwin/arm
Sadly examples cannot use the new internal/testenv, so this is extends the crude build tag restriction in this file. Change-Id: I49646ca71e45074a917813ae8e612cc715c78be8 Reviewed-on: https://go-review.googlesource.com/11086 Reviewed-by: Robert Griesemer <[email protected]>
1 parent 515e53a commit 9585bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/types/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Only run where builders (build.golang.org) have
66
// access to compiled packages for import.
77
//
8-
// +build !arm64,!nacl
8+
// +build !arm,!arm64,!nacl
99

1010
package types_test
1111

0 commit comments

Comments
 (0)