From a84ac5b507f5d895ca2ee300275beb73d2327f99 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 12 Jun 2015 21:11:34 -0700 Subject: [PATCH] go/types: exclude some example tests for arm64, nacl (fix build) TBR: bradfitz, adonovan Change-Id: Ifc8574494848503c979d11e2766ba8da0f374068 Reviewed-on: https://go-review.googlesource.com/11043 Reviewed-by: Robert Griesemer --- src/go/types/example_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/go/types/example_test.go b/src/go/types/example_test.go index eb64e49f58..e449cd1df6 100644 --- a/src/go/types/example_test.go +++ b/src/go/types/example_test.go @@ -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. -- 2.50.0