Skip to content

Commit

Permalink
go/types: exclude some example tests for arm64, nacl (fix build)
Browse files Browse the repository at this point in the history
TBR: bradfitz, adonovan

Change-Id: Ifc8574494848503c979d11e2766ba8da0f374068
Reviewed-on: https://go-review.googlesource.com/11043
Reviewed-by: Robert Griesemer <[email protected]>
  • Loading branch information
griesemer committed Jun 14, 2015
1 parent 22829bd commit a84ac5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/go/types/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a84ac5b

Please sign in to comment.