mirror of https://github.com/golang/go.git
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 <gri@golang.org>
This commit is contained in:
parent
515e53a051
commit
9585bb29c8
|
|
@ -5,7 +5,7 @@
|
|||
// Only run where builders (build.golang.org) have
|
||||
// access to compiled packages for import.
|
||||
//
|
||||
// +build !arm64,!nacl
|
||||
// +build !arm,!arm64,!nacl
|
||||
|
||||
package types_test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue