Commit a84ac5b5 authored by Robert Griesemer's avatar Robert Griesemer

go/types: exclude some example tests for arm64, nacl (fix build)

TBR: bradfitz, adonovan

Change-Id: Ifc8574494848503c979d11e2766ba8da0f374068
Reviewed-on: https://go-review.googlesource.com/11043Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
parent 22829bd7
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment