Revert "test: do not run external linking test on ppc64le"

Broke most builders.

This reverts commit a60c5366f9.

Change-Id: Iae952cfcc73ef5da621616a0b3d586b60d1ce9c9
Reviewed-on: https://go-review.googlesource.com/12684
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Russ Cox 2015-07-27 16:53:35 +00:00
parent 0645bdd110
commit a2cf0568e8

View file

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