1
0
mirror of https://github.com/golang/go synced 2024-09-24 13:20:12 -06:00

test: do not run external linking test on ppc64le

Change-Id: I9b8a6ac1ff6bef3b7f1e033bfd029f2a59e30297
Reviewed-on: https://go-review.googlesource.com/12623
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Michael Hudson-Doyle 2015-07-24 15:35:45 +12:00 committed by Russ Cox
parent 68557de116
commit a60c5366f9

View File

@ -1,4 +1,5 @@
// +build linux
// +build !ppc64,!ppc64le
// run
// Copyright 2015 The Go Authors. All rights reserved.