From: Russ Cox Date: Mon, 27 Jul 2015 16:53:35 +0000 (+0000) Subject: Revert "test: do not run external linking test on ppc64le" X-Git-Tag: go1.5beta3~64 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a2cf0568e853a22a50110e43d5185a096f3145c6;p=gostls13.git Revert "test: do not run external linking test on ppc64le" Broke most builders. This reverts commit a60c5366f91934a36793bde74556f4b637954665. Change-Id: Iae952cfcc73ef5da621616a0b3d586b60d1ce9c9 Reviewed-on: https://go-review.googlesource.com/12684 Reviewed-by: Russ Cox --- diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index e4a6bbb991..4903a6a7b2 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,5 +1,4 @@ // +build linux -// +build !ppc64,!ppc64le // run // Copyright 2015 The Go Authors. All rights reserved.