From: Michael Hudson-Doyle Date: Fri, 24 Jul 2015 03:35:45 +0000 (+1200) Subject: test: do not run external linking test on ppc64le X-Git-Tag: go1.5beta3~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a60c5366f91934a36793bde74556f4b637954665;p=gostls13.git test: do not run external linking test on ppc64le Change-Id: I9b8a6ac1ff6bef3b7f1e033bfd029f2a59e30297 Reviewed-on: https://go-review.googlesource.com/12623 Reviewed-by: Russ Cox --- diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index 4903a6a7b2..e4a6bbb991 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,4 +1,5 @@ // +build linux +// +build !ppc64,!ppc64le // run // Copyright 2015 The Go Authors. All rights reserved.