]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: exclude some example tests for arm64, nacl (fix build)
authorRobert Griesemer <gri@golang.org>
Sat, 13 Jun 2015 04:11:34 +0000 (21:11 -0700)
committerRobert Griesemer <gri@golang.org>
Sun, 14 Jun 2015 00:11:38 +0000 (00:11 +0000)
TBR: bradfitz, adonovan

Change-Id: Ifc8574494848503c979d11e2766ba8da0f374068
Reviewed-on: https://go-review.googlesource.com/11043
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/example_test.go

index eb64e49f5804fef22ef086e4ae7bda37181d9702..e449cd1df64ab96763631b3d3ccf8610923ff5c6 100644 (file)
@@ -2,6 +2,11 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Only run where builders (build.golang.org) have
+// access to compiled packages for import.
+//
+// +build !arm64,!nacl
+
 package types_test
 
 // This file shows examples of basic usage of the go/types API.