From: David Crawshaw Date: Tue, 16 Jun 2015 17:23:42 +0000 (-0400) Subject: go/types: disable example on darwin/arm X-Git-Tag: go1.5beta1~240 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9585bb29c83a4a705e1f6135d9ca156a1b50ad89;p=gostls13.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 --- diff --git a/src/go/types/example_test.go b/src/go/types/example_test.go index e449cd1df6..997aed33d1 100644 --- a/src/go/types/example_test.go +++ b/src/go/types/example_test.go @@ -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