]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: disable example on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 16 Jun 2015 17:23:42 +0000 (13:23 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Tue, 16 Jun 2015 17:36:14 +0000 (17:36 +0000)
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>
src/go/types/example_test.go

index e449cd1df64ab96763631b3d3ccf8610923ff5c6..997aed33d1bddc9ccde7c3f1233d12b52d8cf675 100644 (file)
@@ -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